A B C D E F G H I J K L M N O P Q R S T U V W

A

AboutJadeAction - class jade.gui.AboutJadeAction.
This class provide the About dialog for Jade.
AboutJadeAction(JFrame) - Constructor for class jade.gui.AboutJadeAction
 
AbsActionPredicate - class jade.content.abs.AbsActionPredicate.
 
AbsActionPredicate(String) - Constructor for class jade.content.abs.AbsActionPredicate
Constructor
AbsAgentAction - class jade.content.abs.AbsAgentAction.
 
AbsAgentAction(String) - Constructor for class jade.content.abs.AbsAgentAction
Constructor
AbsAggregate - class jade.content.abs.AbsAggregate.
 
AbsAggregate(String) - Constructor for class jade.content.abs.AbsAggregate
Constructor
AbsAID - class jade.content.abs.AbsAID.
 
AbsAID(String, AbsAggregate, AbsAggregate) - Constructor for class jade.content.abs.AbsAID
Constructor
AbsCommunicativeAct - class jade.content.abs.AbsCommunicativeAct.
 
AbsCommunicativeAct(String) - Constructor for class jade.content.abs.AbsCommunicativeAct
Constructor
AbsConcept - class jade.content.abs.AbsConcept.
 
AbsConcept(String) - Constructor for class jade.content.abs.AbsConcept
Constructor
AbsContentElement - class jade.content.abs.AbsContentElement.
 
AbsContentElement(String) - Constructor for class jade.content.abs.AbsContentElement
Constructor.
AbsContentElementList - class jade.content.abs.AbsContentElementList.
 
AbsContentElementList() - Constructor for class jade.content.abs.AbsContentElementList
Constructor
AbsEquals - class jade.content.abs.AbsEquals.
 
AbsEquals() - Constructor for class jade.content.abs.AbsEquals
Constructor
AbsGenericAction - class jade.content.abs.AbsGenericAction.
 
AbsGenericAction(String) - Constructor for class jade.content.abs.AbsGenericAction
Constructor
AbsHelper - class jade.content.abs.AbsHelper.
 
AbsHelper() - Constructor for class jade.content.abs.AbsHelper
 
AbsHigherOrderPredicate - class jade.content.abs.AbsHigherOrderPredicate.
 
AbsHigherOrderPredicate(String) - Constructor for class jade.content.abs.AbsHigherOrderPredicate
Constructor
AbsIRE - class jade.content.abs.AbsIRE.
 
AbsIRE() - Constructor for class jade.content.abs.AbsIRE
Constructor
AbsObject - class jade.content.abs.AbsObject.
 
AbsObject(String) - Constructor for class jade.content.abs.AbsObject
Constructor
ABSOLUTE - Static variable in class jade.gui.TimeChooser
 
AbsPredicate - class jade.content.abs.AbsPredicate.
 
AbsPredicate(String) - Constructor for class jade.content.abs.AbsPredicate
Constructor
AbsPrimitive - class jade.content.abs.AbsPrimitive.
 
AbsPrimitive(String) - Constructor for class jade.content.abs.AbsPrimitive
Constructor.
AbsPrimitive(String, Object) - Constructor for class jade.content.abs.AbsPrimitive
Constructor.
AbsProposition - class jade.content.abs.AbsProposition.
 
AbsProposition(String) - Constructor for class jade.content.abs.AbsProposition
Constructor
AbsTerm - class jade.content.abs.AbsTerm.
 
AbsTerm() - Constructor for class jade.content.abs.AbsTerm
Constructor
AbsTerm(String) - Constructor for class jade.content.abs.AbsTerm
Constructor
AbsVariable - class jade.content.abs.AbsVariable.
 
AbsVariable() - Constructor for class jade.content.abs.AbsVariable
Constructor
AbsVariable(String, String) - Constructor for class jade.content.abs.AbsVariable
Construct a variable with a name and a type of name typeName.
ACCEPT_PROPOSAL - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
AchieveREInitiator - class jade.proto.AchieveREInitiator.
This is a single homogeneous and effective implementation of all the FIPA-Request-like interaction protocols defined by FIPA, that is all those protocols where the initiator sends a single message (i.e.
AchieveREInitiator(Agent, ACLMessage) - Constructor for class jade.proto.AchieveREInitiator
Construct for the class by creating a new empty DataStore
AchieveREInitiator(Agent, ACLMessage, DataStore) - Constructor for class jade.proto.AchieveREInitiator
Constructs a AchieveREInitiator behaviour
AchieveREResponder - class jade.proto.AchieveREResponder.
This is a single homogeneous and effective implementation of all the FIPA-Request-like interaction protocols defined by FIPA, that is all those protocols where the initiator sends a single message (i.e.
AchieveREResponder(Agent, MessageTemplate) - Constructor for class jade.proto.AchieveREResponder
Constructor of the behaviour that creates a new empty DataStore
AchieveREResponder(Agent, MessageTemplate, DataStore) - Constructor for class jade.proto.AchieveREResponder
Constructor.
ACLCodec - interface jade.lang.acl.ACLCodec.
Abstract interface for converting ACL messages back and forth between Java objects and raw byte sequences, according to a FIPA ACL message representation.
ACLCodec.CodecException - exception jade.lang.acl.ACLCodec.CodecException.
This exception is thrown when some problem occurs in the concrete parsing subsystem accessed through this interface.
ACLCodec.CodecException(String, Throwable) - Constructor for class jade.lang.acl.ACLCodec.CodecException
Construct a new CodecException
ACLCODECS - Static variable in class jade.core.Profile
This constant is the key of the property whose value contains the list of ACLCODECSs that have to be launched at bootstrap time.
AclGui - class jade.gui.AclGui.
The AclGui class extends the Swing JPanel class by adding all the controls required to properly edit/show the fields of an an ACL message compliant to the FIPA 97 specs.
AclGui(Component) - Constructor for class jade.gui.AclGui
Ordinary AclGui constructor.
ACLMessage - class jade.lang.acl.ACLMessage.
The class ACLMessage implements an ACL message compliant to the FIPA 2000 "FIPA ACL Message Structure Specification" (fipa000061) specifications.
ACLMessage - class jade.domain.introspection.ACLMessage.
This class represents an ACL message.
ACLMESSAGE - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
ACLMessage() - Constructor for class jade.lang.acl.ACLMessage
Deprecated. Since every ACL Message must have a message type, you should use the new constructor which gets a message type as a parameter. To avoid problems, now this constructor silently sets the message type to not-understood.
ACLMessage() - Constructor for class jade.domain.introspection.ACLMessage
 
ACLMessage(int) - Constructor for class jade.lang.acl.ACLMessage
This constructor creates an ACL message object with the specified performative.
ACLOntology - class jade.content.onto.ACLOntology.
Ontology containing the concepts that ACL mandates.
Action - class jade.onto.basic.Action.
This class represents the action expression ontological role i.e.
ACTION - Static variable in class jade.onto.basic.BasicOntology
 
ACTION - Static variable in class jade.content.onto.ACLOntology
 
action() - Method in class jade.core.behaviours.Behaviour
Runs the behaviour.
action() - Method in class jade.core.behaviours.CompositeBehaviour
Executes this CompositeBehaviour.
action() - Method in class jade.core.behaviours.SenderBehaviour
Actual behaviour implementation.
action() - Method in class jade.core.behaviours.ReceiverBehaviour
Actual behaviour implementation.
action() - Method in class jade.core.behaviours.WakerBehaviour
 
action() - Method in class jade.proto.FipaRequestInitiatorBehaviour
 
action() - Method in class jade.proto.FipaQueryInitiatorBehaviour
Deprecated. action method of the behaviour.
action() - Method in class jade.proto.FipaContractNetInitiatorBehaviour
Deprecated. Action method of the behaviour.
action() - Method in class jade.proto.FipaQueryResponderBehaviour
This final method actually implements the procotol.
action() - Method in class jade.proto.FipaContractNetResponderBehaviour
Actual body of the behaviour.
action() - Method in class jade.proto.FipaRequestResponderBehaviour
 
Action() - Constructor for class jade.onto.basic.Action
 
actionPerformed(ActionEvent) - Method in class jade.gui.AboutJadeAction
 
actionPerformed(ActionEvent) - Method in class jade.gui.TimeChooser
 
ActionPredicate - interface jade.content.ActionPredicate.
 
ActionPredicateSchema - class jade.content.schema.ActionPredicateSchema.
 
ActionPredicateSchema(String) - Constructor for class jade.content.schema.ActionPredicateSchema
Constructor
actionWrapper() - Method in class jade.core.behaviours.Behaviour
This method is called internally by the JADE framework and should not be called by the user.
activate() - Method in class jade.wrapper.Agent
Triggers a state transition from SUSPENDED to ACTIVE.
activate(InChannel.Dispatcher) - Method in interface jade.mtp.InChannel
Activates an MTP handler for incoming messages on a default address.
activate(InChannel.Dispatcher) - Method in class jade.mtp.iiop.MessageTransportProtocol
 
activate(InChannel.Dispatcher, TransportAddress) - Method in interface jade.mtp.InChannel
Activates an MTP handler for incoming messages on a specific address.
activate(InChannel.Dispatcher, TransportAddress) - Method in class jade.mtp.iiop.MessageTransportProtocol
 
ACTIVE - Static variable in class jade.domain.FIPAAgentManagement.AMSAgentDescription
 
add_1(Object) - Method in class jade.onto.basic.ResultPredicate
This method adds an item to the sequence of items representing the result
add_1(Role) - Method in class jade.onto.JADEMetaOntology.AnOntology
 
add(AbsContentElement) - Method in class jade.content.abs.AbsContentElementList
Adds an element to the list.
add(AbsTerm) - Method in class jade.content.abs.AbsAggregate
Adds a new element.
add(Object) - Method in class jade.util.leap.ArrayList
 
add(Object) - Method in class jade.util.leap.LinkedList
 
add(Object) - Method in class jade.util.leap.SortedSetImpl
 
add(Object) - Method in interface jade.util.leap.Collection
Adds an element.
add(ObjectSchema) - Method in class jade.content.onto.Ontology
Adds a schema to the ontology
add(ObjectSchema) - Method in class jade.content.onto.FullOntology
Adds a schema to the ontology
add(ObjectSchema, Class) - Method in class jade.content.onto.Ontology
Adds a schema to the ontology and associates it to the class javaClass
add(ObjectSchema, Class) - Method in class jade.content.onto.FullOntology
Adds a schema to the ontology and associates it to the class javaClass
add(String, ContentElementSchema) - Method in class jade.content.schema.CommunicativeActSchema
Add a parameter to the schema.
add(String, ContentElementSchema, int) - Method in class jade.content.schema.CommunicativeActSchema
Add a parameter to the schema.
add(String, GenericActionSchema) - Method in class jade.content.schema.ActionPredicateSchema
Add parameters to the schema.
add(String, GenericActionSchema, int) - Method in class jade.content.schema.ActionPredicateSchema
Add parameters to the schema.
add(String, PropositionSchema) - Method in class jade.content.schema.HigherOrderPredicateSchema
Adds an argument schema.
add(String, PropositionSchema, int) - Method in class jade.content.schema.HigherOrderPredicateSchema
Adds an argument schema.
add(String, TermSchema) - Method in class jade.content.schema.ConceptSchema
Adds a slot to the schema.
add(String, TermSchema) - Method in class jade.content.schema.PredicateSchema
Adds an argument to the predicate.
add(String, TermSchema) - Method in class jade.content.schema.AgentActionSchema
Add a parameter to the schema.
add(String, TermSchema) - Method in class jade.content.schema.HigherOrderPredicateSchema
Adds an argument schema.
add(String, TermSchema) - Method in class jade.content.schema.ActionPredicateSchema
Add parameters to the schema.
add(String, TermSchema, int) - Method in class jade.content.schema.ConceptSchema
Adds a slot to the schema.
add(String, TermSchema, int) - Method in class jade.content.schema.PredicateSchema
Adds an argument to the predicate.
add(String, TermSchema, int) - Method in class jade.content.schema.AgentActionSchema
Add a parameter to the schema.
add(String, TermSchema, int) - Method in class jade.content.schema.HigherOrderPredicateSchema
Adds an argument schema.
add(String, TermSchema, int) - Method in class jade.content.schema.ActionPredicateSchema
Add parameters to the schema.
addAddresses(String) - Method in class jade.core.AID
This method permits to add a transport address where the agent can be contacted.
addAddresses(String) - Method in class jade.domain.FIPAAgentManagement.MTPDescription
 
addAgentDesc(AID) - Method in interface jade.domain.DFGUIInterface
 
addAgentNode(AgentTree.AgentNode, String, String, String, String) - Method in class jade.gui.AgentTree
 
addArguments(Object) - Method in class jade.domain.JADEAgentManagement.CreateAgent
 
addAvailableMtps(MTPDescription) - Method in class jade.domain.FIPAAgentManagement.APTransportDescription
 
addBaseSchema(ObjectSchema) - Method in class jade.content.schema.ObjectSchema
Adds a base schema.
addBehaviour(Behaviour) - Method in class jade.core.Agent
This method adds a new behaviour to the agent.
addChildren(AID) - Method in interface jade.domain.DFGUIInterface
 
addContainerNode(AgentTree.ContainerNode, String, InetAddress) - Method in class jade.gui.AgentTree
 
addDebuggedAgents(AID) - Method in class jade.domain.JADEAgentManagement.DebugOn
 
addDebuggedAgents(AID) - Method in class jade.domain.JADEAgentManagement.DebugOff
 
ADDED_BEHAVIOUR - Static variable in class jade.core.event.AgentEvent
 
ADDED_CONTAINER - Static variable in class jade.core.event.PlatformEvent
 
ADDED_MTP - Static variable in class jade.core.event.MTPEvent
 
AddedBehaviour - class jade.domain.introspection.AddedBehaviour.
 
ADDEDBEHAVIOUR - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
AddedBehaviour() - Constructor for class jade.domain.introspection.AddedBehaviour
 
addedBehaviour(AgentEvent) - Method in interface jade.core.event.AgentListener
 
AddedContainer - class jade.domain.introspection.AddedContainer.
This class represents the added-container concept in the jade-introspection ontology.
ADDEDCONTAINER - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
AddedContainer() - Constructor for class jade.domain.introspection.AddedContainer
 
addedContainer(PlatformEvent) - Method in interface jade.core.event.PlatformListener
 
AddedMTP - class jade.domain.introspection.AddedMTP.
This class represents the added-mtp concept in the jade-introspection ontology.
ADDEDMTP - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
AddedMTP() - Constructor for class jade.domain.introspection.AddedMTP
 
addedMTP(MTPEvent) - Method in interface jade.core.event.MTPListener
 
addElement(ContentElement) - Method in class jade.content.ContentElementList
Adds a new element to the list.
addElement(String, ObjectSchema) - Method in class jade.content.schema.ObjectSchema
Add an attribute to the schema.
addElement(String, ObjectSchema, int) - Method in class jade.content.schema.ObjectSchema
Add an attribute to the schema.
addEncrypted(String) - Method in class jade.domain.FIPAAgentManagement.Envelope
 
addEvents(String) - Method in class jade.domain.introspection.StopNotify
 
addEvents(String) - Method in class jade.domain.introspection.StartNotify
 
addFirst(Object) - Method in class jade.util.leap.LinkedList
Inserts the given element at the beginning of this list.
addIntendedReceiver(AID) - Method in class jade.domain.FIPAAgentManagement.Envelope
 
addLanguage(String) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
addLanguage(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
addLanguages(String) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
addLanguages(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
addLast(Object) - Method in class jade.util.leap.LinkedList
Appends the given element to the end of this list.
addOntologies(String) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
addOntologies(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
addOntology(String) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
addOntology(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
addParameter(Object) - Method in class jade.gui.GuiEvent
adds a new parameter to this event
addParent(AID) - Method in interface jade.domain.DFGUIInterface
 
addProperties(Property) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
addProtocol(String) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
addProtocol(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
addProtocols(String) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
addProtocols(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
addReceiver(AID) - Method in class jade.lang.acl.ACLMessage
Adds a value to :receiver slot.
addReceiver(AID) - Method in interface jade.content.CommunicativeAct
 
addReceiver(AID) - Method in class jade.content.acl.CommunicativeActBase
Add a new receiver to the list.
addRemoteAgentNode(AMSAgentDescription, String) - Method in class jade.gui.AgentTree
 
addRemotePlatformNode(AID, APDescription) - Method in class jade.gui.AgentTree
 
addRemotePlatformsFolderNode() - Method in class jade.gui.AgentTree
 
addReplyTo(AID) - Method in class jade.lang.acl.ACLMessage
Adds a value to :reply-to slot.
addResolvers(AID) - Method in class jade.core.AID
This method permits to add the AID of a resolver (an agent where name resolution services for the agent can be contacted)
address(String) - Method in class jade.gui.AgentTree.AgentNode
 
ADDRESSES - Static variable in class jade.content.onto.BasicOntology
 
addRole(String, SlotDescriptor[]) - Method in class jade.onto.DefaultOntology
Adds a new role to this ontology, without a user defined Java class to represent it.
addRole(String, SlotDescriptor[]) - Method in interface jade.onto.Ontology
Adds to the ontology a role without any application-specific class representing it.
addRole(String, SlotDescriptor[], Class) - Method in class jade.onto.DefaultOntology
Adds a new role to this ontology, with a user defined Java class to represent it.
addRole(String, SlotDescriptor[], Class) - Method in interface jade.onto.Ontology
Adds to the ontology a role with an application-specific class representing it.
addRoles(Role) - Method in class jade.onto.JADEMetaOntology.AnOntology
 
addrToStr(TransportAddress) - Method in interface jade.mtp.MTP
Converts a TransportAddress object into a string representation.
addrToStr(TransportAddress) - Method in class jade.mtp.iiop.MessageTransportProtocol
 
addServices(ServiceDescription) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
addSlots(Slot) - Method in class jade.onto.JADEMetaOntology.Role
 
addSniffedAgents(AID) - Method in class jade.domain.JADEAgentManagement.SniffOn
 
addSniffedAgents(AID) - Method in class jade.domain.JADEAgentManagement.SniffOff
 
addStamp(ReceivedObject) - Method in class jade.domain.FIPAAgentManagement.Envelope
Add a received-object stamp to this message envelope.
addSubBehaviour(Behaviour) - Method in class jade.core.behaviours.ParallelBehaviour
Add a sub behaviour to this ParallelBehaviour
addSubBehaviour(Behaviour) - Method in class jade.core.behaviours.SequentialBehaviour
Add a sub behaviour to this SequentialBehaviour
addSuperSchema(ConceptSchema) - Method in class jade.content.schema.ConceptSchema
Adds a superclass to this schema.
addTo(AID) - Method in class jade.domain.FIPAAgentManagement.Envelope
 
addUserDefinedParameter(String, String) - Method in class jade.lang.acl.ACLMessage
Add a new user defined parameter to this ACLMessage.
addUserDefinedSlot(String, String) - Method in class jade.core.AID
To add a user defined slot (a pair key, value).
afterClone() - Method in class jade.core.Agent
Actions to perform after cloning.
afterMove() - Method in class jade.core.Agent
Actions to perform after moving.
Agent - class jade.core.Agent.
The Agent class is the common superclass for user defined software agents.
Agent - class jade.wrapper.Agent.
This class is a Proxy class, allowing access to a JADE agent.
Agent() - Constructor for class jade.core.Agent
Default constructor.
AgentAction - interface jade.content.AgentAction.
 
AgentActionSchema - class jade.content.schema.AgentActionSchema.
 
AgentActionSchema(String) - Constructor for class jade.content.schema.AgentActionSchema
Constructor
AGENTBORN - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
AgentContainer - class jade.wrapper.AgentContainer.
This class is a Proxy class, allowing access to a JADE agent container.
AgentContainer(AgentContainerImpl) - Constructor for class jade.wrapper.AgentContainer
Public constructor.
AGENTDEAD - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
AgentEvent - class jade.core.event.AgentEvent.
This class represents an event related to the agent life-cycle and configuration.
AgentEvent(int, AID, AgentState, AgentState, ContainerID) - Constructor for class jade.core.event.AgentEvent
 
AgentEvent(int, AID, BehaviourID, ContainerID) - Constructor for class jade.core.event.AgentEvent
 
AgentEvent(int, AID, BehaviourID, String, String, ContainerID) - Constructor for class jade.core.event.AgentEvent
 
AGENTIDENTIFIER - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
AGENTIDENTIFIER - Static variable in class jade.onto.basic.BasicOntology
 
AgentListener - interface jade.core.event.AgentListener.
 
AGENTMOVED - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
AGENTS - Static variable in class jade.core.Profile
This constant is the name of the property whose value contains the list of agents that have to be launched at bootstrap time
AGENTSTATE - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
AgentTree - class jade.gui.AgentTree.
 
AgentTree.AgentNode - class jade.gui.AgentTree.AgentNode.
 
AgentTree.AgentNode(AgentTree, String) - Constructor for class jade.gui.AgentTree.AgentNode
 
AgentTree.ContainerNode - class jade.gui.AgentTree.ContainerNode.
 
AgentTree.ContainerNode(AgentTree, String) - Constructor for class jade.gui.AgentTree.ContainerNode
 
AgentTree.localPlatformFolderNode - class jade.gui.AgentTree.localPlatformFolderNode.
 
AgentTree.localPlatformFolderNode(AgentTree, String) - Constructor for class jade.gui.AgentTree.localPlatformFolderNode
 
AgentTree.Node - class jade.gui.AgentTree.Node.
 
AgentTree.Node(AgentTree, String) - Constructor for class jade.gui.AgentTree.Node
 
AgentTree.RemoteAgentNode - class jade.gui.AgentTree.RemoteAgentNode.
 
AgentTree.RemoteAgentNode(AgentTree, String) - Constructor for class jade.gui.AgentTree.RemoteAgentNode
 
AgentTree.RemotePlatformNode - class jade.gui.AgentTree.RemotePlatformNode.
 
AgentTree.RemotePlatformNode(AgentTree, String) - Constructor for class jade.gui.AgentTree.RemotePlatformNode
 
AgentTree.RemotePlatformsFolderNode - class jade.gui.AgentTree.RemotePlatformsFolderNode.
 
AgentTree.RemotePlatformsFolderNode(AgentTree, String) - Constructor for class jade.gui.AgentTree.RemotePlatformsFolderNode
 
AgentTree.SuperContainer - class jade.gui.AgentTree.SuperContainer.
 
AgentTree.SuperContainer(AgentTree, String) - Constructor for class jade.gui.AgentTree.SuperContainer
 
AgentTree(Font) - Constructor for class jade.gui.AgentTree
 
AgentTreeModel - class jade.gui.AgentTreeModel.
 
AgentTreeModel(AgentTree.Node) - Constructor for class jade.gui.AgentTreeModel
 
AggregateSchema - class jade.content.schema.AggregateSchema.
 
AggregateSchema(String) - Constructor for class jade.content.schema.AggregateSchema
Creates an aggregate whose elements are of type typeName
AGREE - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
AID - class jade.core.AID.
This class represents a JADE Agent Identifier.
AID - Static variable in class jade.content.onto.BasicOntology
 
AID() - Constructor for class jade.core.AID
Constructs an Agent-Identifier whose slot name is set to an empty string
AID(String) - Constructor for class jade.core.AID
Deprecated. This constructor might generate a wrong AID, if the passed parameter is not a guid (globally unique identifier), but the local name of an agent (e.g. "da0").
AID(String, boolean) - Constructor for class jade.core.AID
Constructor for an Agent-identifier
AIDGui - class jade.gui.AIDGui.
This class provide a gui to show an AID of an agent.
AIDGui(Component) - Constructor for class jade.gui.AIDGui
 
ALL - Static variable in class jade.content.onto.ACLOntology
 
ALL - Static variable in class jade.content.schema.IRESchema
 
ALL_REQUESTS_KEY - Variable in class jade.proto.AchieveREInitiator
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been sent.
ALL_RESPONSES_KEY - Variable in class jade.proto.AchieveREInitiator
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been received as response.
ALL_RESULT_NOTIFICATIONS_KEY - Variable in class jade.proto.AchieveREInitiator
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been received as result notifications.
AlreadyRegistered - exception jade.domain.FIPAAgentManagement.AlreadyRegistered.
 
ALREADYREGISTERED - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
AlreadyRegistered() - Constructor for class jade.domain.FIPAAgentManagement.AlreadyRegistered
 
AMSAgentDescription - class jade.domain.FIPAAgentManagement.AMSAgentDescription.
This class implements a concept of the fipa-agent-management ontology representing the description of an AMSAgent.
AMSAGENTDESCRIPTION - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
AMSAgentDescription() - Constructor for class jade.domain.FIPAAgentManagement.AMSAgentDescription
 
AMSService - class jade.domain.AMSService.
This class provides a set of static methods to communicate with a AMS Service that complies with FIPA specifications.
AMSService() - Constructor for class jade.domain.AMSService
 
AMSServiceCommunicator - class jade.domain.AMSServiceCommunicator.
Deprecated. Use AMSService instead
AMSServiceCommunicator() - Constructor for class jade.domain.AMSServiceCommunicator
Deprecated.  
and(MessageTemplate, MessageTemplate) - Static method in class jade.lang.acl.MessageTemplate
Logical and between two MessageTemplate objects.
AnOntology - class jade.onto.JADEMetaOntology.AnOntology.
 
ANONTOLOGY - Static variable in class jade.onto.JADEMetaOntology.JADEMetaOntology
 
AnOntology() - Constructor for class jade.onto.JADEMetaOntology.AnOntology
 
ANY - Static variable in class jade.content.onto.ACLOntology
 
ANY - Static variable in class jade.content.schema.IRESchema
 
ANY_SLOT - Static variable in interface jade.onto.Ontology
Constant for slots whose category is not specified
ANY_TYPE - Static variable in interface jade.onto.Ontology
Constant for any type in a SlotDescriptor.
AP_ACTIVE - Static variable in class jade.core.Agent
Represents the active agent state.
AP_DELETED - Static variable in class jade.core.Agent
Represents the deleted agent state.
AP_IDLE - Static variable in class jade.core.Agent
Represents the idle agent state.
AP_INITIATED - Static variable in class jade.core.Agent
Represents the initiated agent state.
AP_MAX - Static variable in class jade.core.Agent
Out of band value for Agent Platform Life Cycle states.
AP_MIN - Static variable in class jade.core.Agent
Out of band value for Agent Platform Life Cycle states.
AP_SUSPENDED - Static variable in class jade.core.Agent
Represents the suspended agent state.
AP_TRANSIT - Static variable in class jade.core.Agent
Represents the transit agent state.
AP_WAITING - Static variable in class jade.core.Agent
Represents the waiting agent state.
APDescription - class jade.domain.FIPAAgentManagement.APDescription.
Agent platform description.
APDESCRIPTION - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
APDESCRIPTION - Static variable in class jade.onto.basic.BasicOntology
 
APDescription() - Constructor for class jade.domain.FIPAAgentManagement.APDescription
 
APDescriptionPanel - class jade.gui.APDescriptionPanel.
This class permits to show the APDescription of a platform.
APDescriptionPanel(Component) - Constructor for class jade.gui.APDescriptionPanel
creates a panel ho show an APDescription.
APTransportDescription - class jade.domain.FIPAAgentManagement.APTransportDescription.
Description of the transport services available on an agent platform.
APTRANSPORTDESCRIPTION - Static variable in class jade.onto.basic.BasicOntology
 
APTransportDescription() - Constructor for class jade.domain.FIPAAgentManagement.APTransportDescription
 
ArrayList - class jade.util.leap.ArrayList.
This class represents the J2SE version of a "ArrayList" to be used in LEAP.
ArrayList() - Constructor for class jade.util.leap.ArrayList
Default Constructor, creates an empty List
ArrayList(ArrayList) - Constructor for class jade.util.leap.ArrayList
Constructs an ArrayList from a java.util.ArrayList.
ArrayList(int) - Constructor for class jade.util.leap.ArrayList
Constructor specifying list size

B

base - Variable in class jade.content.onto.Ontology
 
BASE_NAME - Static variable in class jade.content.schema.ContentElementSchema
 
BASE_NAME - Static variable in class jade.content.schema.GenericActionSchema
 
BASE_NAME - Static variable in class jade.content.schema.ContentElementListSchema
 
BASE_NAME - Static variable in class jade.content.schema.TermSchema
 
BASE_NAME - Static variable in class jade.content.schema.ConceptSchema
 
BASE_NAME - Static variable in class jade.content.schema.PropositionSchema
 
BASE_NAME - Static variable in class jade.content.schema.AggregateSchema
 
BASE_NAME - Static variable in class jade.content.schema.EqualsSchema
 
BASE_NAME - Static variable in class jade.content.schema.CommunicativeActSchema
 
BASE_NAME - Static variable in class jade.content.schema.VariableSchema
 
BASE_NAME - Static variable in class jade.content.schema.IRESchema
 
BasicIntrospector - class jade.content.onto.BasicIntrospector.
 
BasicIntrospector() - Constructor for class jade.content.onto.BasicIntrospector
 
BasicOntology - class jade.onto.basic.BasicOntology.
This class represents an ontology including basic concepts that are common to a lot of different applications.
BasicOntology - class jade.content.onto.BasicOntology.
Ontology containing basic concepts.
beforeClone() - Method in class jade.core.Agent
Actions to perform before cloning.
beforeMove() - Method in class jade.core.Agent
Actions to perform before moving.
Behaviour - class jade.core.behaviours.Behaviour.
Abstract base class for JADE behaviours.
Behaviour.RunnableChangedEvent - class jade.core.behaviours.Behaviour.RunnableChangedEvent.
Event class for notifying blocked and restarted behaviours.
Behaviour.RunnableChangedEvent(Behaviour) - Constructor for class jade.core.behaviours.Behaviour.RunnableChangedEvent
 
Behaviour() - Constructor for class jade.core.behaviours.Behaviour
Default constructor.
Behaviour(Agent) - Constructor for class jade.core.behaviours.Behaviour
Constructor with owner agent.
BehaviourID - class jade.core.BehaviourID.
This class represents an unique identifier referring to a specific agent behaviour.
BEHAVIOURID - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
BehaviourID() - Constructor for class jade.core.BehaviourID
 
BINARY_TYPE - Static variable in interface jade.onto.Ontology
Constant for byte[] type in a SlotDescriptor.
block() - Method in class jade.core.behaviours.Behaviour
Blocks this behaviour.
block() - Method in class jade.core.behaviours.CompositeBehaviour
Blocks this behaviour.
block(long) - Method in class jade.core.behaviours.Behaviour
Blocks this behaviour for a specified amount of time.
blockingReceive() - Method in class jade.core.Agent
Receives an ACL message from the agent message queue.
blockingReceive(long) - Method in class jade.core.Agent
Receives an ACL message from the agent message queue, waiting at most a specified amount of time.
blockingReceive(MessageTemplate) - Method in class jade.core.Agent
Receives an ACL message matching a given message template.
blockingReceive(MessageTemplate, long) - Method in class jade.core.Agent
Receives an ACL message matching a given message template, waiting at most a specified time.
BOOLEAN - Static variable in class jade.content.onto.BasicOntology
 
BOOLEAN_TYPE - Static variable in interface jade.onto.Ontology
Constant for boolean type in a SlotDescriptor.
BORN_AGENT - Static variable in class jade.core.event.PlatformEvent
 
BornAgent - class jade.domain.introspection.BornAgent.
 
BORNAGENT - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
BornAgent() - Constructor for class jade.domain.introspection.BornAgent
 
bornAgent(PlatformEvent) - Method in interface jade.core.event.PlatformListener
 
BrowserLauncher - class jade.gui.BrowserLauncher.
BrowserLauncher is a class that provides one static method, openURL, which opens the default web browser for the current user of the system to the given URL.
BYTE_TYPE - Static variable in interface jade.onto.Ontology
Constant for byte type in a SlotDescriptor.

C

CANCEL - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
CANCEL - Static variable in class jade.gui.TimeChooser
 
CaseInsensitiveString - class jade.core.CaseInsensitiveString.
A name string, with case insensitive comparison and equality operations.
CaseInsensitiveString(String) - Constructor for class jade.core.CaseInsensitiveString
Create a new Name object.
CFP - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
cfpMsg - Variable in class jade.proto.FipaContractNetInitiatorBehaviour
Deprecated. This is the cfpMsg sent in the first state of the protocol
CHANGED_AGENT_STATE - Static variable in class jade.core.event.AgentEvent
 
CHANGED_BEHAVIOUR_STATE - Static variable in class jade.core.event.AgentEvent
 
ChangedAgentState - class jade.domain.introspection.ChangedAgentState.
 
CHANGEDAGENTSTATE - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
ChangedAgentState() - Constructor for class jade.domain.introspection.ChangedAgentState
 
changedAgentState(AgentEvent) - Method in interface jade.core.event.AgentListener
 
ChangedBehaviourState - class jade.domain.introspection.ChangedBehaviourState.
 
CHANGEDBEHAVIOURSTATE - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
ChangedBehaviourState() - Constructor for class jade.domain.introspection.ChangedBehaviourState
 
changedBehaviourState(AgentEvent) - Method in interface jade.core.event.AgentListener
 
changeIcon(boolean) - Method in class jade.gui.AgentTree.Node
 
CHANNEL - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
CHARACTER_TYPE - Static variable in interface jade.onto.Ontology
Constant for char type in a SlotDescriptor.
check(Frame) - Method in class jade.onto.DefaultOntology
Checks whether a given frame is correct with respect to this ontology.
check(Frame) - Method in interface jade.onto.Ontology
Checks whether the given Frame object represents a valid instance of some role, making sure that every slot has the correct category and type and that no mandatory slot has a null value.
check(Object, String) - Method in class jade.onto.DefaultOntology
Checks whether a given Java object is correct with respect to the given role in this ontology.
check(Object, String) - Method in interface jade.onto.Ontology
Checks whether the given Java object represents a valid instance of some role, making sure that every slot has the correct category and type and that no mandatory slot has a null value.
checkTermination(boolean, int) - Method in class jade.core.behaviours.CompositeBehaviour
This methods is called after the execution of each child in order to check whether the CompositeBehaviour should terminate.
checkTermination(boolean, int) - Method in class jade.core.behaviours.FSMBehaviour
Check whether this FSMBehaviour must terminate.
checkTermination(boolean, int) - Method in class jade.core.behaviours.ParallelBehaviour
Check whether this ParallelBehaviour must terminate.
checkTermination(boolean, int) - Method in class jade.core.behaviours.SequentialBehaviour
Check whether this SequentialBehaviour must terminate.
chgeIcon - Variable in class jade.gui.AgentTree.Node
 
clear() - Method in class jade.util.leap.HashMap
 
clear() - Method in interface jade.util.leap.List
Removes all of the elements from this list (optional operation).
clear() - Method in class jade.util.leap.ArrayList
 
clear() - Method in class jade.util.leap.LinkedList
 
clear() - Method in interface jade.util.leap.Map
Remove all mappings from this map.
clearAllAddresses() - Method in class jade.core.AID
To remove all addresses of the agent
clearAllAddresses() - Method in class jade.domain.FIPAAgentManagement.MTPDescription
 
clearAllAvailableMtps() - Method in class jade.domain.FIPAAgentManagement.APTransportDescription
 
clearAllDebuggedAgents() - Method in class jade.domain.JADEAgentManagement.DebugOn
 
clearAllDebuggedAgents() - Method in class jade.domain.JADEAgentManagement.DebugOff
 
clearAllElement() - Method in class jade.content.abs.AbsAggregate
Clear the aggregate.
clearAllElements() - Method in class jade.content.ContentElementList
Clears all elements..
clearAllEncrypted() - Method in class jade.domain.FIPAAgentManagement.Envelope
 
clearAllIntendedReceiver() - Method in class jade.domain.FIPAAgentManagement.Envelope
 
clearAllLanguages() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
clearAllLanguages() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
clearAllOntologies() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
clearAllOntologies() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
clearAllProperties() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
clearAllProtocols() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
clearAllProtocols() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
clearAllReceiver() - Method in class jade.lang.acl.ACLMessage
Removes all values from :receiver slot.
clearAllReceiver() - Method in interface jade.content.CommunicativeAct
 
clearAllReceiver() - Method in class jade.content.acl.CommunicativeActBase
Clears the receiver list.
clearAllReplyTo() - Method in class jade.lang.acl.ACLMessage
Removes all values from :reply_to slot.
clearAllResolvers() - Method in class jade.core.AID
To remove all resolvers.
clearAllRoles() - Method in class jade.onto.JADEMetaOntology.AnOntology
 
clearAllServices() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
clearAllSlots() - Method in class jade.onto.JADEMetaOntology.Role
 
clearAllSniffedAgents() - Method in class jade.domain.JADEAgentManagement.SniffOn
 
clearAllSniffedAgents() - Method in class jade.domain.JADEAgentManagement.SniffOff
 
clearAllTo() - Method in class jade.domain.FIPAAgentManagement.Envelope
 
CLONE - Static variable in class jade.domain.MobilityOntology
A symbolic constant, containing the name of the action.
clone() - Method in class jade.core.AID
Clone the AID object.
clone() - Method in class jade.lang.acl.ACLMessage
Clone an ACLMessage object.
clone() - Method in class jade.util.leap.ArrayList
Method declaration
clone(Location, String) - Method in class jade.wrapper.Agent
Clones the current agent.
CLOSEGUI - Static variable in interface jade.domain.DFGUIAdapter
 
Codec - interface jade.lang.Codec.
Interface for Content Language encoders/decoders.
Codec - class jade.content.lang.Codec.
 
Codec.CodecException - exception jade.lang.Codec.CodecException.
This exception is thrown when some problem occurs in the concrete parsing subsystem accessed through this interface.
Codec.CodecException - exception jade.content.lang.Codec.CodecException.
Class CodecException.
Codec.CodecException(String) - Constructor for class jade.content.lang.Codec.CodecException
Constructor
Codec.CodecException(String, Throwable) - Constructor for class jade.lang.Codec.CodecException
Construct a new CodecException
Codec(String) - Constructor for class jade.content.lang.Codec
Constructor
Collection - interface jade.util.leap.Collection.
The root of the LEAP Collection hierarchy.
CommunicativeAct - interface jade.content.CommunicativeAct.
 
CommunicativeActBase - class jade.content.acl.CommunicativeActBase.
 
CommunicativeActBase() - Constructor for class jade.content.acl.CommunicativeActBase
Constructor.
CommunicativeActSchema - class jade.content.schema.CommunicativeActSchema.
 
CommunicativeActSchema(String) - Constructor for class jade.content.schema.CommunicativeActSchema
Creates a new schema with a name.
Comparable - interface jade.util.leap.Comparable.
J2SE version of the &qote;Comparable&qote; interface, used to sort elements in LEAPSortedSet.
compareTo(Object) - Method in class jade.core.AID
Comparison operation.
CompositeBehaviour - class jade.core.behaviours.CompositeBehaviour.
An abstract superclass for behaviours composed by many parts.
CompositeBehaviour() - Constructor for class jade.core.behaviours.CompositeBehaviour
Default constructor, does not set the owner agent.
CompositeBehaviour(Agent) - Constructor for class jade.core.behaviours.CompositeBehaviour
This constructor sets the owner agent.
Concept - interface jade.content.Concept.
 
CONCEPT - Static variable in class jade.content.onto.ACLOntology
 
CONCEPT - Static variable in class jade.content.onto.BasicOntology
 
CONCEPT - Static variable in class jade.content.schema.EqualsSchema
 
ConceptSchema - class jade.content.schema.ConceptSchema.
 
ConceptSchema(String) - Constructor for class jade.content.schema.ConceptSchema
Creates a schema with a name.
CONFIRM - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
ConstraintDlg - class jade.gui.ConstraintDlg.
This class implements the gui to insert the constraints for the search operation.
ConstraintDlg(Dialog) - Constructor for class jade.gui.ConstraintDlg
 
ConstraintDlg(Frame) - Constructor for class jade.gui.ConstraintDlg
 
CONTAINERBORN - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
CONTAINERDEAD - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
ContainerID - class jade.core.ContainerID.
 
CONTAINERID - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
CONTAINERID - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
ContainerID() - Constructor for class jade.core.ContainerID
 
ContainerID(String, TransportAddress) - Constructor for class jade.core.ContainerID
 
contains(Object) - Method in interface jade.util.leap.List
Returns true if this list contains the specified element.
contains(Object) - Method in class jade.util.leap.ArrayList
 
contains(Object) - Method in class jade.util.leap.LinkedList
 
containsElement(AbsTerm) - Method in class jade.content.abs.AbsAggregate
Test if the aggregate contains an element.
containsKey(Object) - Method in class jade.util.leap.HashMap
 
containsKey(Object) - Method in interface jade.util.leap.Map
Returns true if this map contains a mapping for the specified key.
ContentElement - interface jade.content.ContentElement.
 
ContentElementList - class jade.content.ContentElementList.
 
ContentElementList() - Constructor for class jade.content.ContentElementList
Constructor
ContentElementListSchema - class jade.content.schema.ContentElementListSchema.
 
ContentElementSchema - class jade.content.schema.ContentElementSchema.
 
ContentElementSchema(String) - Constructor for class jade.content.schema.ContentElementSchema
Creates a schema with a name.
ContentManager - class jade.content.ContentManager.
The content manager associated with an agent.
ContentManager() - Constructor for class jade.content.ContentManager
 
create(ACLMessage) - Method in interface jade.proto.FipaRequestResponderBehaviour.Factory
Creates a new object, implementing the Action interface.
create(Frame) - Method in class jade.onto.DefaultOntology
 
create(Frame) - Method in interface jade.onto.Ontology
Creates an object, starting from a given frame.
CreateAgent - class jade.domain.JADEAgentManagement.CreateAgent.
 
CREATEAGENT - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
CreateAgent() - Constructor for class jade.domain.JADEAgentManagement.CreateAgent
 
createAgent(String, String, Object[]) - Method in class jade.wrapper.AgentContainer
Creates a new JADE agent, running within this container,
createAgent(String, String, String[]) - Method in class jade.wrapper.AgentContainer
Deprecated. The array of agent arguments is now Object[] and no more String[]
createAgentContainer(Profile) - Method in class jade.core.Runtime
Creates a new agent container in the current JVM, providing access through a proxy object.
createCfpContent(String, AID) - Method in class jade.proto.FipaContractNetInitiatorBehaviour
Deprecated. Some content languages require that the name of the actor be included within the proposed action itself.
createFrame(Object, String) - Method in class jade.onto.DefaultOntology
Creates a frame from a given Java Object representing an instance of a given role.
createFrame(Object, String) - Method in interface jade.onto.Ontology
Creates a Frame object from a given Java object.
createMainContainer(Profile) - Method in class jade.core.Runtime
Creates a new main container in the current JVM, providing access through a proxy object.
createMessageTemplate(String) - Static method in class jade.proto.AchieveREResponder
This static method can be used to set the proper message Template (based on the interaction protocol and the performative) into the constructor of this behaviour.
createNewNode(String, int) - Method in class jade.gui.AgentTree
 
createObject(List) - Method in class jade.onto.DefaultOntology
Creates a List of Java objects from the given list of frame.
createObject(List) - Method in interface jade.onto.Ontology
Creates a list of Java objects representing each one an instance of a given role, getting the information from a given List of Frame objects.
createReply() - Method in class jade.lang.acl.ACLMessage
create a new ACLMessage that is a reply to this message.
createWhenAll() - Static method in class jade.core.behaviours.NonDeterministicBehaviour
Deprecated. Static Factory Method.
createWhenAll(Agent) - Static method in class jade.core.behaviours.NonDeterministicBehaviour
Deprecated. Static Factory Method.
createWhenAny() - Static method in class jade.core.behaviours.NonDeterministicBehaviour
Deprecated. Static Factory Method.
createWhenAny(Agent) - Static method in class jade.core.behaviours.NonDeterministicBehaviour
Deprecated. Static Factory Method.
createWhenN(Agent, int) - Static method in class jade.core.behaviours.NonDeterministicBehaviour
Deprecated. Static Factory Method.
createWhenN(int) - Static method in class jade.core.behaviours.NonDeterministicBehaviour
Deprecated. Static Factory Method.
currentBehaviour - Variable in class jade.core.Agent
The Behaviour that is currently executing.
currentExecuted - Variable in class jade.core.behaviours.CompositeBehaviour
 
currentMessage - Variable in class jade.core.Agent
Last message received.
CyclicBehaviour - class jade.core.behaviours.CyclicBehaviour.
Atomic behaviour that must be executed forever.
CyclicBehaviour() - Constructor for class jade.core.behaviours.CyclicBehaviour
Default constructor.
CyclicBehaviour(Agent) - Constructor for class jade.core.behaviours.CyclicBehaviour
This constructor sets the owner agent for this CyclicBehaviour.

D

D_ACTIVE - Static variable in class jade.core.Agent
Represents the active agent state.
D_MAX - Static variable in class jade.core.Agent
Out of band value for Domain Life Cycle states.
D_MIN - Static variable in class jade.core.Agent
Out of band value for Domain Life Cycle states.
D_RETIRED - Static variable in class jade.core.Agent
Represents the retired agent state.
D_SUSPENDED - Static variable in class jade.core.Agent
Represents the suspended agent state.
D_UNKNOWN - Static variable in class jade.core.Agent
Represents the unknown agent state.
DataStore - class jade.core.behaviours.DataStore.
 
DataStore() - Constructor for class jade.core.behaviours.DataStore
 
DATE_TYPE - Static variable in interface jade.onto.Ontology
Constant for java.util.Date type in a SlotDescriptor.
deactivate() - Method in interface jade.mtp.InChannel
Deactivates all the MTP handlers.
deactivate() - Method in class jade.mtp.iiop.MessageTransportProtocol
 
deactivate(TransportAddress) - Method in interface jade.mtp.InChannel
Deactivates the MTP handler listening at a given transport address.
deactivate(TransportAddress) - Method in class jade.mtp.iiop.MessageTransportProtocol
 
DEAD_AGENT - Static variable in class jade.core.event.PlatformEvent
 
DeadAgent - class jade.domain.introspection.DeadAgent.
 
DEADAGENT - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
DeadAgent() - Constructor for class jade.domain.introspection.DeadAgent
 
deadAgent(PlatformEvent) - Method in interface jade.core.event.PlatformListener
 
DEADMTP - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
DebugOff - class jade.domain.JADEAgentManagement.DebugOff.
 
DEBUGOFF - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
DebugOff() - Constructor for class jade.domain.JADEAgentManagement.DebugOff
 
DebugOn - class jade.domain.JADEAgentManagement.DebugOn.
 
DEBUGON - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
DebugOn() - Constructor for class jade.domain.JADEAgentManagement.DebugOn
 
decode() - Method in class jade.lang.acl.StringACLCodec
decode and parses the next message from the Reader passed in the constructor
decode(byte[]) - Method in class jade.lang.acl.StringACLCodec
 
decode(byte[]) - Method in interface jade.lang.acl.ACLCodec
Recovers an ACLMessage object back from raw data, using the specific message representation to interpret the byte sequence.
decode(byte[]) - Method in class jade.content.lang.Codec
Decodes the content to an abstract description.
decode(byte[]) - Method in class jade.content.lang.j.JCodec
Decorer.
decode(byte[]) - Method in class jade.content.lang.leap.LEAPCodec
Method declaration
decode(Ontology, byte[]) - Method in class jade.content.lang.Codec
Decodes the content to an abstract description.
decode(Ontology, byte[]) - Method in class jade.content.lang.j.JCodec
Decoder.
decode(Ontology, byte[]) - Method in class jade.content.lang.leap.LEAPCodec
Method declaration
decode(String, Ontology) - Method in interface jade.lang.Codec
Decodes a given String, according to the given Content Language and obtains a t-uple of Frame objects.
decode(String, Ontology) - Method in class jade.lang.sl.SL0Codec
 
DEFAULT_IMTP - Static variable in class jade.core.ContainerID
 
DefaultOntology - class jade.onto.DefaultOntology.
A simple implementation of the Ontology interface.
DefaultOntology() - Constructor for class jade.onto.DefaultOntology
Default constructor.
delete() - Method in class jade.wrapper.Agent
Triggers a state transition from ACTIVE to DELETED.
deliver(String, Envelope, byte[]) - Method in interface jade.mtp.OutChannel
Delivers to the specified address an ACL message, encoded in some concrete message representation, using the given envelope as a transmission header.
deliver(String, Envelope, byte[]) - Method in class jade.mtp.iiop.MessageTransportProtocol
 
Deregister - class jade.domain.FIPAAgentManagement.Deregister.
This class implements the deregister action.
DEREGISTER - Static variable in interface jade.domain.DFGUIAdapter
 
DEREGISTER - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
Deregister() - Constructor for class jade.domain.FIPAAgentManagement.Deregister
 
deregister(Agent) - Static method in class jade.domain.AMSService
A default AMSAgentDescription is used for this agent, where only AID and state are set.
deregister(Agent) - Static method in class jade.domain.DFService
The default DF of the platform is used.
deregister(Agent) - Static method in class jade.domain.AMSServiceCommunicator
Deprecated. A default AMSAgentDescription is used for this agent, where only AID and state are set.
deregister(Agent) - Static method in class jade.domain.DFServiceCommunicator
Deprecated. The default DF of the platform is used.
deregister(Agent, AID) - Static method in class jade.domain.AMSService
A default AMSAgentDescription is used for this agent, where only AID and state are set (state is set to ACTIVE).
deregister(Agent, AID) - Static method in class jade.domain.DFService
A default Agent Description is used which contains only the AID of this agent.
deregister(Agent, AID) - Static method in class jade.domain.AMSServiceCommunicator
Deprecated. A default AMSAgentDescription is used for this agent, where only AID and state are set (state is set to ACTIVE).
deregister(Agent, AID) - Static method in class jade.domain.DFServiceCommunicator
Deprecated. A default Agent Description is used which contains only the AID of this agent.
deregister(Agent, AID, AMSAgentDescription) - Static method in class jade.domain.AMSService
Deregister a AMSAgentDescription from a AMS agent.
deregister(Agent, AID, AMSAgentDescription) - Static method in class jade.domain.AMSServiceCommunicator
Deprecated. Deregister a AMSAgentDescription from a AMS agent.
deregister(Agent, AID, DFAgentDescription) - Static method in class jade.domain.DFService
Deregister a DFAgentDescription from a DF agent.
deregister(Agent, AID, DFAgentDescription) - Static method in class jade.domain.DFServiceCommunicator
Deprecated. Deregister a DFAgentDescription from a DF agent.
deregister(Agent, AMSAgentDescription) - Static method in class jade.domain.AMSService
The AID of the AMS is defaulted to the AMS of this platform.
deregister(Agent, AMSAgentDescription) - Static method in class jade.domain.AMSServiceCommunicator
Deprecated. The AID of the AMS is defaulted to the AMS of this platform.
deregister(Agent, DFAgentDescription) - Static method in class jade.domain.DFService
The default DF of the platform is used.
deregister(Agent, DFAgentDescription) - Static method in class jade.domain.DFServiceCommunicator
Deprecated. The default DF of the platform is used.
DeregisterFrom - class jade.domain.DFGUIManagement.DeregisterFrom.
This class implements the DeregisterFrom action.
DEREGISTERFROM - Static variable in class jade.domain.DFGUIManagement.DFAppletManagementOntology
 
DeregisterFrom() - Constructor for class jade.domain.DFGUIManagement.DeregisterFrom
 
deregisterLanguage(String) - Method in class jade.core.Agent
Removes a Content Language from the agent capabilities.
deregisterOntology(String) - Method in class jade.core.Agent
Removes an Ontology from the agent capabilities.
DFAgentDescription - class jade.domain.FIPAAgentManagement.DFAgentDescription.
Models a DF agent descriptor.
DFAGENTDESCRIPTION - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
DFAgentDescription() - Constructor for class jade.domain.FIPAAgentManagement.DFAgentDescription
 
DFAgentDscDlg - class jade.gui.DFAgentDscDlg.
 
DFAgentDscDlg(Dialog) - Constructor for class jade.gui.DFAgentDscDlg
 
DFAgentDscDlg(Frame) - Constructor for class jade.gui.DFAgentDscDlg
 
DFAppletManagementOntology - class jade.domain.DFGUIManagement.DFAppletManagementOntology.
This class represents the ontology DFApplet-management, containing all JADE extensions related to applet management.
DFGUIAdapter - interface jade.domain.DFGUIAdapter.
This interface must be implemented by a GUI that wants to interact with the DF agent.
DFGUIInterface - interface jade.domain.DFGUIInterface.
This interface is used to avoid any relationship between the df and the tools packages.
DFService - class jade.domain.DFService.
This class provides a set of static methods to communicate with a DF Service that complies with FIPA specifications.
DFService() - Constructor for class jade.domain.DFService
 
DFServiceCommunicator - class jade.domain.DFServiceCommunicator.
Deprecated. Use DFService instead.
DFServiceCommunicator() - Constructor for class jade.domain.DFServiceCommunicator
Deprecated.  
DISCONFIRM - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
dispatchMessage(Envelope, byte[]) - Method in interface jade.mtp.InChannel.Dispatcher
 
disposeAsync() - Method in interface jade.domain.DFGUIInterface
 
disposeAsync() - Method in class jade.gui.TreeHelp
 
doActivate() - Method in class jade.core.Agent
Make a state transition from suspended to active or waiting (whichever state the agent was in when doSuspend() was called) within Agent Platform Life Cycle.
doClone(Location, String) - Method in class jade.core.Agent
Make a state transition from active to copy within Agent Platform Life Cycle.
doDelete() - Method in class jade.core.Agent
Make a state transition from active, suspended or waiting to deleted state within Agent Platform Life Cycle, thereby destroying the agent.
doFipaRequestClient(Agent, ACLMessage) - Static method in class jade.domain.FIPAServiceCommunicator
This method plays the initiator role in the Fipa-Request interaction protocol and performs all the steps of the protocol.
doMove(Location) - Method in class jade.core.Agent
Make a state transition from active to transit within Agent Platform Life Cycle.
DONE - Static variable in class jade.onto.basic.BasicOntology
 
done() - Method in class jade.core.behaviours.Behaviour
Check if this behaviour is done.
done() - Method in class jade.core.behaviours.CompositeBehaviour
Checks whether this behaviour has terminated.
done() - Method in class jade.core.behaviours.OneShotBehaviour
This is the method that makes OneShotBehaviour one-shot, because it always returns true.
done() - Method in class jade.core.behaviours.ReceiverBehaviour
Checks whether this behaviour ended.
done() - Method in class jade.core.behaviours.CyclicBehaviour
This is the method that makes CyclicBehaviour cyclic, because it always returns false.
done() - Method in class jade.core.behaviours.WakerBehaviour
 
done() - Method in class jade.proto.FipaRequestInitiatorBehaviour
 
done() - Method in class jade.proto.FipaQueryInitiatorBehaviour
Deprecated.  
done() - Method in class jade.proto.FipaContractNetInitiatorBehaviour
Deprecated. This method is called by the JADE scheduler of agent behaviours and it should usually be ignored by application code.
done() - Method in class jade.proto.FipaQueryResponderBehaviour
This method checks whether this behaviour has finished or not.
done() - Method in class jade.proto.FipaContractNetResponderBehaviour
This method checks whether this behaviour has finished its task.
DonePredicate - class jade.onto.basic.DonePredicate.
This class represents the done predicate ontological role i.e.
DonePredicate() - Constructor for class jade.onto.basic.DonePredicate
 
doStart(String) - Method in class jade.core.Agent
Make a state transition from initiated to active within Agent Platform Life Cycle.
doSuspend() - Method in class jade.core.Agent
Make a state transition from active or waiting to suspended within Agent Platform Life Cycle; the original agent state is saved and will be restored by a doActivate() call.
DOUBLE_TYPE - Static variable in interface jade.onto.Ontology
Constant for double type in a SlotDescriptor.
doWait() - Method in class jade.core.Agent
Make a state transition from active to waiting within Agent Platform Life Cycle.
doWait(long) - Method in class jade.core.Agent
Make a state transition from active to waiting within Agent Platform Life Cycle.
doWake() - Method in class jade.core.Agent
Make a state transition from waiting to active within Agent Platform Life Cycle.
dump() - Method in class jade.content.abs.AbsObject
 
dump(int) - Method in class jade.content.abs.AbsObject
 
dump(int) - Method in class jade.content.abs.AbsAggregate
 
dump(int) - Method in class jade.content.abs.AbsAID
 
dump(int) - Method in class jade.content.abs.AbsPrimitive
 

E

editElement(Object, boolean) - Method in class jade.gui.VisualStringList
 
editElement(Object, boolean) - Method in class jade.gui.VisualAIDList
 
editElement(Object, boolean) - Method in class jade.gui.VisualServicesList
 
editElement(Object, boolean) - Method in class jade.gui.VisualAPTransportProfileList
 
editElement(Object, boolean) - Method in class jade.gui.VisualPropertiesList
 
editMsgInDialog(ACLMessage, Frame) - Static method in class jade.gui.AclGui
Pops up a dialog window including an editing-enabled AclGui panel and displays the specified ACL message in it.
editString(String) - Method in class jade.gui.StringDlg
 
enableDefaultToolkit() - Method in class jade.core.Runtime
Deprecated. This method should not be used. It has been temporarily introduced for the JSP example and it will be removed in the next version of JADE
encode(AbsContentElement) - Method in class jade.content.lang.Codec
Encodes a content into a byte array.
encode(AbsContentElement) - Method in class jade.content.lang.j.JCodec
Encoder.
encode(AbsContentElement) - Method in class jade.content.lang.leap.LEAPCodec
Method declaration
encode(ACLMessage) - Method in class jade.lang.acl.StringACLCodec
 
encode(ACLMessage) - Method in interface jade.lang.acl.ACLCodec
Encodes an ACLMessage object into a byte sequence, according to the specific message representation.
encode(List, Ontology) - Method in interface jade.lang.Codec
Encodes a t-uple of Frame objects into a Java String, according to this Content Language and Ontology by looking up the given ontology for the role played by symbols (i.e.
encode(List, Ontology) - Method in class jade.lang.sl.SL0Codec
 
encode(Ontology, AbsContentElement) - Method in class jade.content.lang.Codec
Encodes a content into a byte array.
encode(Ontology, AbsContentElement) - Method in class jade.content.lang.j.JCodec
Encoder.
encode(Ontology, AbsContentElement) - Method in class jade.content.lang.leap.LEAPCodec
Method declaration
Envelope - class jade.domain.FIPAAgentManagement.Envelope.
 
ENVELOPE - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
Envelope() - Constructor for class jade.domain.FIPAAgentManagement.Envelope
Constructor.
Equals - class jade.content.Equals.
 
EQUALS - Static variable in class jade.content.onto.ACLOntology
 
Equals() - Constructor for class jade.content.Equals
Constructor
equals(Object) - Method in class jade.core.CaseInsensitiveString
Equality operation.
equals(Object) - Method in class jade.core.AID
Equality operation.
equalsIgnoreCase(String, String) - Static method in class jade.core.CaseInsensitiveString
Static method for case insensitive string comparasion.
EqualsSchema - class jade.content.schema.EqualsSchema.
 
Event - interface jade.domain.introspection.Event.
 
EventRecord - class jade.domain.introspection.EventRecord.
This class represents the event-record concept in the jade-introspection ontology.
EVENTRECORD - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
EventRecord() - Constructor for class jade.domain.introspection.EventRecord
 
EventRecord(Event, Location) - Constructor for class jade.domain.introspection.EventRecord
 
EXISTS - Static variable in class jade.content.onto.BasicOntology
 
EXIT - Static variable in interface jade.domain.DFGUIAdapter
 
externalise(Ontology, Object) - Method in class jade.content.onto.BasicIntrospector
Externalize
externalise(Ontology, Object) - Method in class jade.content.onto.ReflectiveIntrospector
Externalize
externalise(Ontology, Object) - Method in interface jade.content.onto.Introspector
Externalize
extractAbsContent(ACLMessage) - Method in class jade.content.ContentManager
Extracts an abstract descriptor of the content from a message.
extractContent(ACLMessage) - Method in class jade.core.Agent
Deprecated. This support to message-content (both fillContent and extractContent) will not be ported into the CLDC-J2ME environment. In the long-term, it will be replaced with the new message-content support implemented by jade.content.ContentManager. In the short-term,
  • in the J2SE environment this deprecated method can temporarily continue to be used
  • in the PersonalJava environment the equivalent methods fillMsgContent and extractMsgContent should be instead used that use jade.util.leap.List instead of java.util.List, the latter being not supported in PersonalJava
extractContent(ACLMessage) - Method in class jade.content.ContentManager
Retrieves the content of a message as a concrete object.
extractMsgContent(ACLMessage) - Method in class jade.core.Agent
Builds a Java object out of an ACL message.

F

FAILURE - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
FailureException - exception jade.domain.FIPAAgentManagement.FailureException.
This class represents a generic FailureException
FailureException(String) - Constructor for class jade.domain.FIPAAgentManagement.FailureException
 
FALSE - Static variable in class jade.onto.basic.BasicOntology
 
FalseProposition - class jade.onto.basic.FalseProposition.
This class represents the concept of false
FalseProposition() - Constructor for class jade.onto.basic.FalseProposition
 
Federate - class jade.domain.DFGUIManagement.Federate.
This class represents the Federate action.
FEDERATE - Static variable in interface jade.domain.DFGUIAdapter
 
Federate() - Constructor for class jade.domain.DFGUIManagement.Federate
 
FEDERATEWITH - Static variable in class jade.domain.DFGUIManagement.DFAppletManagementOntology
 
fillContent(ACLMessage, AbsContentElement) - Method in class jade.content.ContentManager
Fills the content of a message.
fillContent(ACLMessage, ContentElement) - Method in class jade.content.ContentManager
Fills the content of a message.
fillContent(ACLMessage, List) - Method in class jade.core.Agent
Deprecated. This support to message-content (both fillContent and extractContent) will not be ported into the CLDC-J2ME environment. In the long-term, it will be replaced with the new message-content support implemented by jade.content.ContentManager. In the short-term,
  • in the J2SE environment this deprecated method can temporarily continue to be used
  • in the PersonalJava environment the equivalent methods fillMsgContent and extractMsgContent should be instead used that use jade.util.leap.List instead of java.util.List, the latter being not supported in PersonalJava
fillMsgContent(ACLMessage, List) - Method in class jade.core.Agent
Fills the :content slot of an ACL message with the string representation of a t-uple of user defined ontological objects.
filterRGB(int, int, int) - Method in class jade.gui.MyFilterImage
 
finished - Variable in class jade.proto.FipaRequestInitiatorBehaviour
Use this protected variable to block the protocol in whatever state.
finished - Variable in class jade.proto.FipaContractNetInitiatorBehaviour
Deprecated. This boolean should be set to true in order to finish abnormally the protocol.
finished - Variable in class jade.proto.FipaQueryResponderBehaviour
This variable must be set to true in order to finish the behaviour and remove it from the agent's behaviours.
finished - Variable in class jade.proto.FipaContractNetResponderBehaviour
this variable should be set to true when the behaviour should terminate
FIPA_BROKERING - Static variable in interface jade.proto.FIPAProtocolNames
 
FIPA_CONTRACT_NET - Static variable in interface jade.proto.FIPAProtocolNames
 
FIPA_DUTCH_AUCTION - Static variable in interface jade.proto.FIPAProtocolNames
 
FIPA_ENGLISH_AUCTION - Static variable in interface jade.proto.FIPAProtocolNames
 
FIPA_PROPOSE - Static variable in interface jade.proto.FIPAProtocolNames
 
FIPA_QUERY - Static variable in interface jade.proto.FIPAProtocolNames
 
FIPA_RECRUITING - Static variable in interface jade.proto.FIPAProtocolNames
 
FIPA_REQUEST - Static variable in interface jade.proto.FIPAProtocolNames
 
FIPA_REQUEST_WHEN - Static variable in interface jade.proto.FIPAProtocolNames
 
FIPAAgentManagementOntology - class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology.
This class represents the ontology defined by FIPA Agent Management specifications (document no.
FipaContractNetInitiatorBehaviour - class jade.proto.FipaContractNetInitiatorBehaviour.
Deprecated.  
FipaContractNetInitiatorBehaviour(Agent, ACLMessage) - Constructor for class jade.proto.FipaContractNetInitiatorBehaviour
Deprecated. constructor of the behaviour.
FipaContractNetInitiatorBehaviour(Agent, ACLMessage, List) - Constructor for class jade.proto.FipaContractNetInitiatorBehaviour
Deprecated. constructor of the behaviour.
FipaContractNetInitiatorBehaviour(Agent, ACLMessage, List) - Constructor for class jade.proto.FipaContractNetInitiatorBehaviour
Deprecated. constructor of the behaviour.
FipaContractNetResponderBehaviour - class jade.proto.FipaContractNetResponderBehaviour.
Behaviour class for fipa-contract-net Responder role.
FipaContractNetResponderBehaviour(Agent) - Constructor for class jade.proto.FipaContractNetResponderBehaviour
Constructor of the class.
FIPAException - exception jade.domain.FIPAException.
This class represents a generic FIPAException, i.e.
FIPAException(ACLMessage) - Constructor for class jade.domain.FIPAException
 
FIPAException(String) - Constructor for class jade.domain.FIPAException
constructs a generic FIPAException.
FIPAProtocolNames - interface jade.proto.FIPAProtocolNames.
This interface provides a set of constants for the names of the protocols already defined by FIPA.
FipaQueryInitiatorBehaviour - class jade.proto.FipaQueryInitiatorBehaviour.
Deprecated.  
FipaQueryInitiatorBehaviour(Agent, ACLMessage) - Constructor for class jade.proto.FipaQueryInitiatorBehaviour
Deprecated. constructor of the behaviour.
FipaQueryInitiatorBehaviour(Agent, ACLMessage, List) - Constructor for class jade.proto.FipaQueryInitiatorBehaviour
Deprecated. constructor of the behaviour.
FipaQueryInitiatorBehaviour(Agent, ACLMessage, List) - Constructor for class jade.proto.FipaQueryInitiatorBehaviour
Deprecated. constructor of the behaviour.
FipaQueryResponderBehaviour - class jade.proto.FipaQueryResponderBehaviour.
Behaviour class for fipa-query Responder role.
FipaQueryResponderBehaviour(Agent) - Constructor for class jade.proto.FipaQueryResponderBehaviour
Constructor.
FipaQueryResponderBehaviour(Agent, MessageTemplate) - Constructor for class jade.proto.FipaQueryResponderBehaviour
Constructor.
FipaRequestInitiatorBehaviour - class jade.proto.FipaRequestInitiatorBehaviour.
Behaviour class for fipa-request Initiator role.This abstract behaviour implements the fipa-request interaction protocol from the point of view of the agent initiating the protocol, that is the agent that sends the request message to an agent.
FipaRequestInitiatorBehaviour(Agent, ACLMessage) - Constructor for class jade.proto.FipaRequestInitiatorBehaviour
Constructor for this behaviour.
FipaRequestInitiatorBehaviour(Agent, ACLMessage, MessageTemplate) - Constructor for class jade.proto.FipaRequestInitiatorBehaviour
Public constructor for this behaviour.
FipaRequestResponderBehaviour - class jade.proto.FipaRequestResponderBehaviour.
This behaviour plays the Responder role in fipa-request protocol.
FipaRequestResponderBehaviour.ActionHandler - class jade.proto.FipaRequestResponderBehaviour.ActionHandler.
This class must be extended by users to handle a specific request action.
FipaRequestResponderBehaviour.ActionHandler(Agent, ACLMessage) - Constructor for class jade.proto.FipaRequestResponderBehaviour.ActionHandler
Constructor for ActionHandlerobjects.
FipaRequestResponderBehaviour.Factory - interface jade.proto.FipaRequestResponderBehaviour.Factory.
This interface must be implemented by users to create on demand a new instance of a suitable Action according to the action name.
FipaRequestResponderBehaviour(Agent) - Constructor for class jade.proto.FipaRequestResponderBehaviour
Public constructor for this behaviour.
FipaRequestResponderBehaviour(Agent, MessageTemplate) - Constructor for class jade.proto.FipaRequestResponderBehaviour
This constructor allows to specify a message pattern to be matched by the received message.
FIPAServiceCommunicator - class jade.domain.FIPAServiceCommunicator.
This class provides a set of basic and static methods to perform the FIPA Agent Management actions.
FIPAServiceCommunicator() - Constructor for class jade.domain.FIPAServiceCommunicator
 
first() - Method in interface jade.util.leap.SortedSet
Returns the first (lowest) element currently in this sorted set.
first() - Method in class jade.util.leap.SortedSetImpl
 
FLOAT - Static variable in class jade.content.onto.BasicOntology
 
FLOAT_TYPE - Static variable in interface jade.onto.Ontology
Constant for float type in a SlotDescriptor.
foo - Static variable in class jade.gui.GuiProperties
 
FORALL - Static variable in class jade.content.onto.BasicOntology
 
Frame - class jade.onto.Frame.
Representation of an ontological entity as a set of untyped slots.
FRAME_SLOT - Static variable in interface jade.onto.Ontology
Constant for category of slots whose value is an instance of a given ontological role (and can therefore be represented as a frame).
Frame(String) - Constructor for class jade.onto.Frame
Creates a new frame with the given name.
fromContentElementListObject(List, FullOntology) - Static method in class jade.content.abs.AbsHelper
Converts to an abstract descriptor using the specified ontology.
fromList(List) - Method in class jade.util.leap.ArrayList
 
fromMetaOntologyRepresentation(AnOntology) - Method in class jade.onto.DefaultOntology
 
fromMetaOntologyRepresentation(AnOntology) - Method in interface jade.onto.Ontology
Initialize this ontology based on the passed meta-ontology
fromObject(AID, FullOntology) - Static method in class jade.content.abs.AbsHelper
Converts an AID into a AbsAggregate using the specified ontology.
fromObject(Iterator, FullOntology) - Static method in class jade.content.abs.AbsHelper
Converts an Iterator into a AbsAggregate using the specified ontology.
fromObject(List, FullOntology) - Static method in class jade.content.abs.AbsHelper
Converts a List into a AbsAggregate using the specified ontology.
fromObject(Object) - Method in class jade.content.onto.Ontology
Converts an object to an abstract descriptor.
fromObject(Object) - Method in class jade.content.onto.FullOntology
Converts an object to an abstract descriptor.
fromSL0String(String) - Method in class jade.onto.DefaultOntology
 
fromSL0String(String) - Method in interface jade.onto.Ontology
This method initialized this ontology object on the basis of its representation as an SL-0 expression.
FSMBehaviour - class jade.core.behaviours.FSMBehaviour.
Composite behaviour with Finite State Machine based children scheduling.
FSMBehaviour() - Constructor for class jade.core.behaviours.FSMBehaviour
Default constructor, does not set the owner agent.
FSMBehaviour(Agent) - Constructor for class jade.core.behaviours.FSMBehaviour
This constructor sets the owner agent.
FullOntology - class jade.content.onto.FullOntology.
 
FullOntology(String) - Constructor for class jade.content.onto.FullOntology
Construct an ontology with a given name
FullOntology(String, Ontology) - Constructor for class jade.content.onto.FullOntology
Construct an ontology with a given name that extends base.
FullOntology(String, Ontology, Introspector) - Constructor for class jade.content.onto.FullOntology
Construct an ontology with a given name that extends base.

G

GENERIC_ACTION - Static variable in class jade.content.onto.BasicOntology
 
GenericAction - interface jade.content.GenericAction.
 
GenericActionSchema - class jade.content.schema.GenericActionSchema.
 
GenericActionSchema() - Constructor for class jade.content.schema.GenericActionSchema
Constructor.
GenericActionSchema(String) - Constructor for class jade.content.schema.GenericActionSchema
Creates a new schema with a given name.
get_0() - Method in class jade.domain.MobilityOntology.MoveAction
 
get_0() - Method in class jade.domain.MobilityOntology.WhereIsAgentAction
 
get_0() - Method in class jade.domain.FIPAAgentManagement.Search
 
get_0() - Method in class jade.domain.FIPAAgentManagement.UnsupportedValue
 
get_0() - Method in class jade.domain.FIPAAgentManagement.UnsupportedAct
 
get_0() - Method in class jade.domain.FIPAAgentManagement.Quit
 
get_0() - Method in class jade.domain.FIPAAgentManagement.InternalError
 
get_0() - Method in class jade.domain.FIPAAgentManagement.UnrecognisedValue
 
get_0() - Method in class jade.domain.FIPAAgentManagement.UnexpectedParameter
 
get_0() - Method in class jade.domain.FIPAAgentManagement.Register
 
get_0() - Method in class jade.domain.FIPAAgentManagement.Modify
 
get_0() - Method in class jade.domain.FIPAAgentManagement.UnrecognisedParameterValue
 
get_0() - Method in class jade.domain.FIPAAgentManagement.UnexpectedAct
 
get_0() - Method in class jade.domain.FIPAAgentManagement.Deregister
 
get_0() - Method in class jade.domain.FIPAAgentManagement.UnsupportedFunction
 
get_0() - Method in class jade.domain.FIPAAgentManagement.MissingParameter
 
get_0() - Method in class jade.onto.basic.ResultPredicate
This method gets the action expression for of which the result is indicated.
get_0() - Method in class jade.onto.basic.Not
Gets the predicate that is asserted to be false.
get_0() - Method in class jade.onto.basic.DonePredicate
This method gets the action expression indicating the action that has been performed and the agent who performed it.
get_0() - Method in class jade.onto.basic.Action
Gets the identifier of the agent performing the action.
get_0() - Method in class jade.onto.JADEMetaOntology.AnOntology
 
get_0() - Method in class jade.domain.introspection.Occurred
 
get_1() - Method in class jade.domain.MobilityOntology.CloneAction
 
get_1() - Method in class jade.domain.FIPAAgentManagement.Search
 
get_1() - Method in class jade.domain.FIPAAgentManagement.UnexpectedParameter
 
get_1() - Method in class jade.domain.FIPAAgentManagement.UnrecognisedParameterValue
 
get_1() - Method in class jade.domain.FIPAAgentManagement.MissingParameter
 
get_1() - Method in class jade.onto.basic.Action
Gets the action object
get(int) - Method in interface jade.util.leap.List
Returns the element at the specified position in this list.
get(int) - Method in class jade.util.leap.ArrayList
 
get(int) - Method in class jade.util.leap.LinkedList
 
get(Object) - Method in class jade.util.leap.HashMap
 
get(Object) - Method in interface jade.util.leap.Map
Returns the value to which this map maps the specified key.
getAbsContentElement(String) - Method in class jade.content.abs.AbsCommunicativeAct
Gets the value of a parameter.
getAbsObject(String) - Method in class jade.content.abs.AbsObject
Gets the value of an attribute of the object.
getAbsTerm(String) - Method in class jade.content.abs.AbsConcept
Retrieves the value of a slot.
getAcc() - Method in class jade.core.Profile
 
getAcc() - Method in class jade.core.ProfileImpl
 
getACLMessage() - Method in class jade.domain.FIPAException
 
getACLMessage() - Method in class jade.domain.FIPAAgentManagement.NotUnderstoodException
 
getACLMessage() - Method in class jade.domain.FIPAAgentManagement.FailureException
 
getACLMessage() - Method in class jade.domain.FIPAAgentManagement.RefuseException
 
getAclRepresentation() - Method in class jade.domain.FIPAAgentManagement.Envelope
 
getAclRepresentation() - Method in class jade.domain.introspection.ACLMessage
 
getAction() - Method in class jade.onto.basic.Action
Gets the action object This is equivalent to get_1()
getAction() - Method in class jade.content.acl.Request
Gets the action.
getActionName(ACLMessage) - Method in class jade.proto.FipaRequestResponderBehaviour
This method is used to get the right behaviour from the Factory.
getActor() - Method in class jade.onto.basic.Action
Gets the identifier of the agent performing the action.
getAddress() - Method in class jade.core.ContainerID
 
getAddress() - Method in interface jade.core.Location
Read the address for a location.
getAddress() - Method in class jade.domain.JADEAgentManagement.InstallMTP
 
getAddress() - Method in class jade.domain.JADEAgentManagement.UninstallMTP
 
getAddress() - Method in class jade.gui.AgentTree.AgentNode
 
getAddress() - Method in class jade.domain.introspection.RemovedMTP
 
getAddress() - Method in class jade.domain.introspection.AddedMTP
 
getAddressesArray() - Method in class jade.core.AID
Returns an array of string containing all the addresses of the agent
getAgent() - Method in class jade.core.event.PlatformEvent
Returns the AID of the agent that was born, died, or moved.
getAgent() - Method in class jade.core.event.MessageEvent
 
getAgent() - Method in class jade.core.event.AgentEvent
 
getAgent() - Method in class jade.domain.JADEAgentManagement.KillAgent
 
getAgent() - Method in class jade.domain.introspection.BornAgent
 
getAgent() - Method in class jade.domain.introspection.DeadAgent
 
getAgent() - Method in class jade.domain.introspection.RemovedBehaviour
 
getAgent() - Method in class jade.domain.introspection.ChangedBehaviourState
 
getAgent() - Method in class jade.domain.introspection.AddedBehaviour
 
getAgent() - Method in class jade.domain.introspection.MovedAgent
 
getAgent() - Method in class jade.domain.introspection.ChangedAgentState
 
getAgentName() - Method in class jade.domain.JADEAgentManagement.CreateAgent
 
getAgentProfile() - Method in class jade.domain.MobilityOntology.MobileAgentDescription
 
getAgentVersion() - Method in class jade.domain.MobilityOntology.MobileAgentDescription
 
getAID() - Method in class jade.core.Agent
Method to query the private Agent ID.
getAll_1() - Method in class jade.onto.basic.ResultPredicate
This method gets an Iterator over the sequence of items representing the result
getAll_1() - Method in class jade.onto.JADEMetaOntology.AnOntology
 
getAll() - Method in class jade.content.abs.AbsContentElementList
Gets the elements of the list.
getAllAddresses() - Method in class jade.core.AID
Returns an iterator of all the addresses of the agent.
getAllAddresses() - Method in class jade.domain.FIPAAgentManagement.MTPDescription
 
getAllArguments() - Method in class jade.domain.JADEAgentManagement.CreateAgent
 
getAllAvailableMtps() - Method in class jade.domain.FIPAAgentManagement.APTransportDescription
 
getAllDebuggedAgents() - Method in class jade.domain.JADEAgentManagement.DebugOn
 
getAllDebuggedAgents() - Method in class jade.domain.JADEAgentManagement.DebugOff
 
getAllElement() - Method in class jade.content.ContentElementList
Retrieves the element in this list.
getAllElement() - Method in class jade.content.abs.AbsAggregate
Retrieves all elements.
getAllElements() - Method in class jade.content.abs.AbsAggregate
Returns an iterator to all elements.
getAllEncrypted() - Method in class jade.domain.FIPAAgentManagement.Envelope
 
getAllEvents() - Method in class jade.domain.introspection.StopNotify
 
getAllEvents() - Method in class jade.domain.introspection.StartNotify
 
getAllIntendedReceiver() - Method in class jade.domain.FIPAAgentManagement.Envelope
 
getAllLanguage() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
getAllLanguage() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
getAllLanguages() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
getAllLanguages() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
getAllOntologies() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
getAllOntologies() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
getAllOntology() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
getAllOntology() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
getAllParameter() - Method in class jade.gui.GuiEvent
get an Iterator over all the parameters
getAllPerformativeNames() - Static method in class jade.lang.acl.ACLMessage
Returns the list of the communicative acts as an array of String.
getAllPerformatives() - Static method in class jade.lang.acl.ACLMessage
Deprecated. Use getAllPerformativeNames() instead
getAllProperties() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
getAllProtocol() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
getAllProtocol() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
getAllProtocols() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
getAllProtocols() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
getAllReceiver() - Method in class jade.lang.acl.ACLMessage
Reads :receiver slot.
getAllReceiver() - Method in interface jade.content.CommunicativeAct
 
getAllReceiver() - Method in class jade.content.acl.CommunicativeActBase
Retrieves the receivers.
getAllReplyTo() - Method in class jade.lang.acl.ACLMessage
Reads :reply_to slot.
getAllResolvers() - Method in class jade.core.AID
Returns an iterator of all the resolvers.
getAllRoles() - Method in class jade.onto.JADEMetaOntology.AnOntology
 
getAllServices() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
getAllSlots() - Method in class jade.onto.JADEMetaOntology.Role
 
getAllSniffedAgents() - Method in class jade.domain.JADEAgentManagement.SniffOn
 
getAllSniffedAgents() - Method in class jade.domain.JADEAgentManagement.SniffOff
 
getAllTo() - Method in class jade.domain.FIPAAgentManagement.Envelope
 
getAllUserDefinedParameters() - Method in class jade.lang.acl.ACLMessage
get a clone of the data structure with all the user defined parameters
getAllUserDefinedSlot() - Method in class jade.core.AID
Returns the user-defined slots as properties.
getAMS() - Static method in class jade.core.Agent
Get the Agent ID for the platform AMS.
getAmsAID() - Method in class jade.gui.AgentTree.RemotePlatformNode
 
getAMSDescription() - Method in class jade.gui.AgentTree.RemoteAgentNode
 
getAnchor() - Method in interface jade.mtp.TransportAddress
 
getAPDescription() - Method in class jade.gui.AgentTree.RemotePlatformNode
 
getArgs() - Method in class jade.core.Specifier
 
getArguments() - Method in class jade.core.Agent
Return the array of arguments as they were set by the previous call of the method setArguments.
getBaseSchema() - Static method in class jade.content.schema.ContentElementSchema
Gets the base schema of this schema.
getBaseSchema() - Static method in class jade.content.schema.GenericActionSchema
Retrieves the base schema of this schema.
getBaseSchema() - Static method in class jade.content.schema.TermSchema
Retrieves the base of this schema.
getBaseSchema() - Static method in class jade.content.schema.ConceptSchema
Retrieves the base schema of this schema.
getBaseSchema() - Static method in class jade.content.schema.PropositionSchema
Returns the base schema of this schema.
getBaseSchema() - Static method in class jade.content.schema.AggregateSchema
Returns the base schema of this schema.
getBaseSchema() - Static method in class jade.content.schema.EqualsSchema
Retrieves the base schema.
getBaseSchema() - Static method in class jade.content.schema.PrimitiveSchema
Gets the base of this schema.
getBaseSchema() - Static method in class jade.content.schema.CommunicativeActSchema
Gets the base schema of this schema.
getBaseSchema() - Static method in class jade.content.schema.VariableSchema
Retrieves the base schema.
getBaseSchema() - Static method in class jade.content.schema.IRESchema
Retrieves the base schema.
getBehaviour() - Method in class jade.core.event.AgentEvent
 
getBehaviour() - Method in class jade.domain.introspection.RemovedBehaviour
 
getBehaviour() - Method in class jade.domain.introspection.ChangedBehaviourState
 
getBehaviour() - Method in class jade.domain.introspection.AddedBehaviour
 
getBoolean() - Method in class jade.content.abs.AbsPrimitive
Get a boolean value.
getBoolean(String) - Method in class jade.content.abs.AbsConcept
Retrieves the value of a boolean slot.
getBy() - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
 
getCategory() - Method in class jade.onto.SlotDescriptor
Get the category of a slot.
getCategory() - Method in class jade.onto.JADEMetaOntology.Slot
 
getChannel() - Method in class jade.core.event.MTPEvent
 
getChildren() - Method in class jade.core.behaviours.CompositeBehaviour
This method returns a Collection view of the children of this CompositeBehaviour
getChildren() - Method in class jade.core.behaviours.FSMBehaviour
Return a Collection view of the children of this SequentialBehaviour
getChildren() - Method in class jade.core.behaviours.ParallelBehaviour
Return a Collection view of the children of this ParallelBehaviour
getChildren() - Method in class jade.core.behaviours.SequentialBehaviour
Return a Collection view of the children of this SequentialBehaviour
getChildrenDF() - Method in class jade.domain.DFGUIManagement.Federate
 
getChildrenDF() - Method in class jade.domain.DFGUIManagement.DeregisterFrom
 
getClass(String) - Method in class jade.content.onto.Ontology
Retrieves the concrete class associated with name in the vocabulary.
getClass(String) - Method in class jade.content.onto.FullOntology
Retrieves the concrete class associated with name in the vocabulary.
getClassForRole(String) - Method in class jade.onto.DefaultOntology
Provides the Java class associated with this ontological role.
getClassForRole(String) - Method in interface jade.onto.Ontology
Provides the Java class associated with this ontological role.
getClassName() - Method in class jade.core.Specifier
 
getClassName() - Method in class jade.domain.JADEAgentManagement.CreateAgent
 
getClassName() - Method in class jade.domain.JADEAgentManagement.InstallMTP
 
getClassName() - Method in class jade.onto.JADEMetaOntology.Role
 
getCloneOfDebuggedAgents() - Method in class jade.domain.JADEAgentManagement.DebugOn
This method is called by the AMS in order to prepare an RMI call.
getCloneOfDebuggedAgents() - Method in class jade.domain.JADEAgentManagement.DebugOff
This method is called by the AMS in order to prepare an RMI call.
getCloneOfSniffedAgents() - Method in class jade.domain.JADEAgentManagement.SniffOn
This method is called by the AMS in order to prepare an RMI call.
getCloneOfSniffedAgents() - Method in class jade.domain.JADEAgentManagement.SniffOff
This method is called by the AMS in order to prepare an RMI call.
getComments() - Method in class jade.domain.FIPAAgentManagement.Envelope
 
getConcept() - Method in class jade.content.Equals
Retrieves the described concept.
getConcept() - Method in class jade.content.abs.AbsEquals
Gets the described concept.
getConstraints() - Method in class jade.domain.DFGUIManagement.SearchOn
 
getContainer() - Method in class jade.core.event.PlatformEvent
Returns the ContainerID of the event source.
getContainer() - Method in class jade.domain.JADEAgentManagement.CreateAgent
 
getContainer() - Method in class jade.domain.JADEAgentManagement.InstallMTP
 
getContainer() - Method in class jade.domain.JADEAgentManagement.UninstallMTP
 
getContainer() - Method in class jade.domain.JADEAgentManagement.KillContainer
 
getContainer() - Method in class jade.domain.introspection.RemovedContainer
 
getContainer() - Method in class jade.domain.introspection.AddedContainer
 
getContent() - Method in class jade.lang.acl.ACLMessage
Reads :content slot.
getContent() - Method in class jade.gui.VisualStringList
Returns the list of items
getContentManager() - Method in class jade.core.Agent
Retrieves the content manager
getContentObject() - Method in class jade.lang.acl.ACLMessage
This method returns the content of this ACLMessage after decoding according to Base64.
getContentProperties() - Method in class jade.gui.VisualPropertiesList
This method must be used to retry the actual properties.
getConversationId() - Method in class jade.lang.acl.ACLMessage
Reads :conversation-id slot.
getCopyrightNotice() - Static method in class jade.core.Runtime
Return a String with copyright Notice, Name and Version of this version of JADE
getCount() - Method in class jade.content.abs.AbsObject
Gets the number of attributes.
getCurrent() - Method in class jade.core.behaviours.CompositeBehaviour
This method returns the child behaviour currently scheduled for execution
getCurrent() - Method in class jade.core.behaviours.FSMBehaviour
Get the current child
getCurrent() - Method in class jade.core.behaviours.ParallelBehaviour
Get the current child
getCurrent() - Method in class jade.core.behaviours.SequentialBehaviour
Get the current child
getDataStore() - Method in class jade.core.behaviours.Behaviour
Return the private data store of this Behaviour.
getDate() - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
 
getDate() - Method in class jade.domain.FIPAAgentManagement.Envelope
 
getDate() - Method in class jade.gui.TimeChooser
 
getDebugger() - Method in class jade.domain.JADEAgentManagement.DebugOn
 
getDebugger() - Method in class jade.domain.JADEAgentManagement.DebugOff
 
GetDefaultDescription - class jade.domain.DFGUIManagement.GetDefaultDescription.
This class represent the getDescription Action.
GETDEFAULTDESCRIPTION - Static variable in class jade.domain.DFGUIManagement.DFAppletManagementOntology
 
GetDefaultDescription() - Constructor for class jade.domain.DFGUIManagement.GetDefaultDescription
 
getDefaultDF() - Static method in class jade.core.Agent
Get the Agent ID for the platform default DF.
getDependencies() - Method in class jade.domain.MobilityOntology.MobileAgentSystem
 
getDependencies() - Method in class jade.domain.MobilityOntology.MobileAgentLanguage
 
getDependencies() - Method in class jade.domain.MobilityOntology.MobileAgentOS
 
GetDescription - class jade.domain.FIPAAgentManagement.GetDescription.
This class implements the get-description action.
GETDESCRIPTION - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
getDescription() - Method in class jade.domain.DFGUIManagement.SearchOn
 
getDescription() - Method in class jade.domain.DFGUIManagement.RegisterWith
 
getDescription() - Method in class jade.domain.DFGUIManagement.ModifyOn
 
GetDescription() - Constructor for class jade.domain.FIPAAgentManagement.GetDescription
 
getDescriptionOfThisDF() - Method in interface jade.domain.DFGUIAdapter
This method returns the description of this df used for federation with other dfs.
getDescriptionOfThisDF(AID) - Method in interface jade.domain.DFGUIAdapter
Returns the descriptions used by the df to federate with another df.
GetDescriptionUsed - class jade.domain.DFGUIManagement.GetDescriptionUsed.
This class implements the GetDescriptionUsed action.
GETDESCRIPTIONUSED - Static variable in class jade.domain.DFGUIManagement.DFAppletManagementOntology
 
GetDescriptionUsed() - Constructor for class jade.domain.DFGUIManagement.GetDescriptionUsed
 
getDestination() - Method in class jade.domain.MobilityOntology.MobileAgentDescription
 
getDf() - Method in class jade.domain.DFGUIManagement.SearchOn
 
getDf() - Method in class jade.domain.DFGUIManagement.RegisterWith
 
getDf() - Method in class jade.domain.DFGUIManagement.ModifyOn
 
getDFAgentDsc(AID) - Method in interface jade.domain.DFGUIAdapter
this method returns the agent description of an agent registered with the DF given the agent name
getDynamic() - Method in class jade.domain.FIPAAgentManagement.APDescription
 
getElement(int) - Method in class jade.content.ContentElementList
Retrieves the i-th element of the list.
getElement(int) - Method in class jade.content.abs.AbsAggregate
Retrieves the i-th element.
getElementCount() - Method in class jade.content.abs.AbsAggregate
Retrieves the number of elements.
getElementName(Object) - Method in class jade.gui.VisualStringList
This method returns the string that will be shown on the panel.
getElementName(Object) - Method in class jade.gui.VisualAIDList
 
getElementName(Object) - Method in class jade.gui.VisualServicesList
 
getElementName(Object) - Method in class jade.gui.VisualAPTransportProfileList
 
getEncoding() - Method in class jade.lang.acl.ACLMessage
Reads :encoding slot.
getEnvelope() - Method in class jade.core.event.MTPEvent
 
getEnvelope() - Method in class jade.lang.acl.ACLMessage
Reads the envelope attached to this message, if any.
getEnvelope() - Method in class jade.domain.introspection.ACLMessage
 
getEventType() - Method in class jade.core.event.PlatformEvent
Returns the event type which will be one of ADDED_CONTAINER, REMOVED_CONTAINER, BORN_AGENT, DEAD_AGENT, or MOVED_AGENT.
getFile() - Method in interface jade.mtp.TransportAddress
 
getFloat() - Method in class jade.content.abs.AbsPrimitive
Gets a float value.
getFloat(String) - Method in class jade.content.abs.AbsConcept
Retrieves the value of a float slot.
getFrom() - Method in class jade.core.event.MessageEvent
 
getFrom() - Method in class jade.core.event.AgentEvent
 
getFrom() - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
 
getFrom() - Method in class jade.domain.FIPAAgentManagement.Envelope
 
getFrom() - Method in class jade.domain.introspection.ChangedBehaviourState
 
getFrom() - Method in class jade.domain.introspection.RoutedMessage
 
getFrom() - Method in class jade.domain.introspection.MovedAgent
 
getFrom() - Method in class jade.domain.introspection.ChangedAgentState
 
getHap() - Method in class jade.core.Agent
Method to query the agent home address.
getHost() - Method in interface jade.mtp.TransportAddress
 
getIcon(String) - Method in class jade.gui.AgentTree.Node
 
getIcon(String) - Static method in class jade.gui.GuiProperties
 
getIconAgent(String) - Method in class jade.gui.AgentTree
 
getId() - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
 
getID() - Method in class jade.core.ContainerID
 
getID() - Method in interface jade.core.Location
Read a unique ID for the location.
getIMTPManager() - Method in class jade.core.Profile
 
getIMTPManager() - Method in class jade.core.ProfileImpl
 
getInReplyTo() - Method in class jade.lang.acl.ACLMessage
Reads :reply-to slot.
getInstance() - Static method in class jade.content.onto.ACLOntology
Returns the singleton instance of the BasicOntology.
getInstance() - Static method in class jade.content.onto.BasicOntology
Returns the singleton instance of the BasicOntology.
getInteger() - Method in class jade.content.abs.AbsPrimitive
Gets an integer value.
getInteger(String) - Static method in class jade.lang.acl.ACLMessage
Returns the integer corresponding to the performative
getInteger(String) - Method in class jade.content.abs.AbsConcept
Retrieves the value of an integer slot.
getIRE() - Method in class jade.content.Equals
Retrieves the IRE that descripes the object.
getIRE() - Method in class jade.content.abs.AbsEquals
Gets the IRE describing the concept.
getIRE() - Method in class jade.content.acl.QueryRef
Gets the IRE.
getKey() - Method in class jade.content.KeyValuePair
Gets the key.
getKind() - Method in class jade.core.BehaviourID
 
getKind() - Method in class jade.content.IRE
Gets the cardinality of the query, i.e., the kind of the variable.
getKind() - Method in class jade.content.QuantifiedVariable
Sets the kind of the variable, i.e., its cardinality.
getKind() - Method in class jade.content.Quantifier
Gets the kind of the variable, i.e., its cardinality.
getKind() - Method in class jade.content.abs.AbsIRE
Gets the kind of the IRE, i.e., the cardinality of the query.
getLanguage() - Method in class jade.lang.acl.ACLMessage
Reads :language slot.
getLanguage() - Method in class jade.domain.MobilityOntology.MobileAgentProfile
 
getLastExitValue() - Method in class jade.core.behaviours.FSMBehaviour
 
getLastMsg() - Method in class jade.domain.RequestFIPAServiceBehaviour
This public method allows to get the INFORM message received in the final state of this FIPA-Request protocol.
getLocalName() - Method in class jade.core.Agent
Method to query the agent local name.
getLocalName() - Method in class jade.core.AID
Returns the local name of the agent (without the HAP).
getMajorVersion() - Method in class jade.domain.MobilityOntology.MobileAgentSystem
 
getMajorVersion() - Method in class jade.domain.MobilityOntology.MobileAgentLanguage
 
getMajorVersion() - Method in class jade.domain.MobilityOntology.MobileAgentOS
 
getMaxDepth() - Method in class jade.domain.FIPAAgentManagement.SearchConstraints
return null if it has not been set
getMaxResults() - Method in class jade.domain.FIPAAgentManagement.SearchConstraints
return null if it has not been set
getMessage() - Method in class jade.core.behaviours.ReceiverBehaviour
This method allows the caller to get the received message.
getMessage() - Method in interface jade.core.behaviours.ReceiverBehaviour.Handle
Tries to retrieve the ACLMessage object represented by this handle.
getMessage() - Method in class jade.core.event.MessageEvent
 
getMessage() - Method in class jade.domain.FIPAException
get the content of the ACLMessage representing this exception
getMessage() - Method in class jade.domain.introspection.SentMessage
 
getMessage() - Method in class jade.domain.introspection.ReceivedMessage
 
getMessage() - Method in class jade.domain.introspection.PostedMessage
 
getMessage() - Method in class jade.domain.introspection.RoutedMessage
 
getMinorVersion() - Method in class jade.domain.MobilityOntology.MobileAgentSystem
 
getMinorVersion() - Method in class jade.domain.MobilityOntology.MobileAgentLanguage
 
getMinorVersion() - Method in class jade.domain.MobilityOntology.MobileAgentOS
 
getMobility() - Method in class jade.domain.FIPAAgentManagement.APDescription
 
getMobilityManager() - Method in class jade.core.Profile
 
getMobilityManager() - Method in class jade.core.ProfileImpl
 
getModel() - Method in class jade.gui.AgentTree
 
getMsg() - Method in class jade.gui.AclGui
Get the ACL message currently displayed by the AclGui panel
getMtpName() - Method in class jade.domain.FIPAAgentManagement.MTPDescription
 
getName() - Method in class jade.core.ContainerID
 
getName() - Method in class jade.core.Agent
Method to query the agent complete name (GUID).
getName() - Method in interface jade.core.Location
Read the name of a location.
getName() - Method in class jade.core.Specifier
 
getName() - Method in class jade.core.BehaviourID
 
getName() - Method in class jade.core.AID
This method returns the name of the agent.
getName() - Method in class jade.lang.acl.StringACLCodec
 
getName() - Method in interface jade.lang.acl.ACLCodec
Query the name of the message representation handled by this Codec object.
getName() - Method in class jade.domain.MobilityOntology.MobileAgentDescription
 
getName() - Method in class jade.domain.MobilityOntology.MobileAgentSystem
 
getName() - Method in class jade.domain.MobilityOntology.MobileAgentLanguage
 
getName() - Method in class jade.domain.MobilityOntology.MobileAgentOS
 
getName() - Method in class jade.domain.FIPAAgentManagement.AMSAgentDescription
 
getName() - Method in class jade.domain.FIPAAgentManagement.APDescription
 
getName() - Method in class jade.domain.FIPAAgentManagement.Property
 
getName() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
getName() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
getName() - Method in class jade.onto.SlotDescriptor
Get the name of a slot.
getName() - Method in class jade.onto.Frame
Reads the name of this frame.
getName() - Method in class jade.gui.AgentTree.Node
 
getName() - Method in interface jade.mtp.MTP
Reads the name of the message transport protocol managed by this MTP.
getName() - Method in class jade.mtp.iiop.MessageTransportProtocol
 
getName() - Method in class jade.onto.JADEMetaOntology.Role
 
getName() - Method in class jade.onto.JADEMetaOntology.AnOntology
 
getName() - Method in class jade.onto.JADEMetaOntology.Slot
 
getName() - Method in class jade.domain.introspection.SentMessage
 
getName() - Method in class jade.domain.introspection.BornAgent
 
getName() - Method in class jade.domain.introspection.DeadAgent
 
getName() - Method in class jade.domain.introspection.PlatformDescription
 
getName() - Method in class jade.domain.introspection.ReceivedMessage
 
getName() - Method in class jade.domain.introspection.PostedMessage
 
getName() - Method in class jade.domain.introspection.RemovedMTP
 
getName() - Method in interface jade.domain.introspection.Event
 
getName() - Method in class jade.domain.introspection.RemovedContainer
 
getName() - Method in class jade.domain.introspection.AddedMTP
 
getName() - Method in class jade.domain.introspection.AddedContainer
 
getName() - Method in class jade.domain.introspection.MovedAgent
 
getName() - Method in class jade.domain.introspection.ChangedAgentState
 
getName() - Method in class jade.content.Variable
Gets the name.
getName() - Method in class jade.content.abs.AbsGenericAction
Retrieves the name of the action.
getName() - Method in class jade.content.abs.AbsVariable
Gets the name of the variable.
getName() - Method in class jade.content.lang.Codec
Gets the name of the codec.
getName() - Method in class jade.content.onto.Ontology
Retrieves the name of the ontology.
getName(Behaviour) - Method in class jade.core.behaviours.FSMBehaviour
 
getNames() - Method in class jade.content.abs.AbsObject
Retrieves the names of all attributes.
getNames() - Method in class jade.content.schema.ObjectSchema
Returns the names of all attributes.
getNested() - Method in class jade.lang.Codec.CodecException
Reads the exception wrapped by this object.
getNested() - Method in class jade.lang.acl.ACLCodec.CodecException
Reads the exception wrapped by this object.
getNested() - Method in class jade.mtp.MTPException
Reads the exception wrapped by this object.
getNewContainer() - Method in class jade.core.event.PlatformEvent
Returns the ContainerID of the container to which an agent moved when the event type is MOVED_AGENT.
getNonBlockingBehaviour(Agent, AID, String) - Static method in class jade.domain.AMSService
the default SearchContraints are used.
getNonBlockingBehaviour(Agent, AID, String) - Static method in class jade.domain.DFService
the default SearchContraints are used.
getNonBlockingBehaviour(Agent, AID, String) - Static method in class jade.domain.AMSServiceCommunicator
Deprecated. the default SearchContraints are used.
getNonBlockingBehaviour(Agent, AID, String) - Static method in class jade.domain.DFServiceCommunicator
Deprecated. the default SearchContraints are used.
getNonBlockingBehaviour(Agent, AID, String, AMSAgentDescription) - Static method in class jade.domain.AMSService
the default AMS is used.
getNonBlockingBehaviour(Agent, AID, String, AMSAgentDescription) - Static method in class jade.domain.AMSServiceCommunicator
Deprecated. the default AMS is used.
getNonBlockingBehaviour(Agent, AID, String, AMSAgentDescription, SearchConstraints) - Static method in class jade.domain.AMSService
In some cases it is more convenient to execute this tasks in a non-blocking way.
getNonBlockingBehaviour(Agent, AID, String, AMSAgentDescription, SearchConstraints) - Static method in class jade.domain.AMSServiceCommunicator
Deprecated. In some cases it is more convenient to execute this tasks in a non-blocking way.
getNonBlockingBehaviour(Agent, AID, String, DFAgentDescription) - Static method in class jade.domain.DFService
the default SearchContraints are used.
getNonBlockingBehaviour(Agent, AID, String, DFAgentDescription) - Static method in class jade.domain.DFServiceCommunicator
Deprecated. the default SearchContraints are used.
getNonBlockingBehaviour(Agent, AID, String, DFAgentDescription, SearchConstraints) - Static method in class jade.domain.DFService
In some cases it is more convenient to execute this tasks in a non-blocking way.
getNonBlockingBehaviour(Agent, AID, String, DFAgentDescription, SearchConstraints) - Static method in class jade.domain.DFServiceCommunicator
Deprecated. In some cases it is more convenient to execute this tasks in a non-blocking way.
getNonBlockingBehaviour(Agent, String) - Static method in class jade.domain.AMSService
the default AMS is used.
getNonBlockingBehaviour(Agent, String) - Static method in class jade.domain.DFService
The default DF is used.
getNonBlockingBehaviour(Agent, String) - Static method in class jade.domain.AMSServiceCommunicator
Deprecated. the default AMS is used.
getNonBlockingBehaviour(Agent, String) - Static method in class jade.domain.DFServiceCommunicator
Deprecated. The default DF is used.
getNonBlockingBehaviour(Agent, String, AMSAgentDescription) - Static method in class jade.domain.AMSService
the default AMS is used.
getNonBlockingBehaviour(Agent, String, AMSAgentDescription) - Static method in class jade.domain.AMSServiceCommunicator
Deprecated. the default AMS is used.
getNonBlockingBehaviour(Agent, String, AMSAgentDescription, SearchConstraints) - Static method in class jade.domain.AMSService
the default AMS is used.
getNonBlockingBehaviour(Agent, String, AMSAgentDescription, SearchConstraints) - Static method in class jade.domain.AMSServiceCommunicator
Deprecated. the default AMS is used.
getNonBlockingBehaviour(Agent, String, DFAgentDescription) - Static method in class jade.domain.DFService
The defautl DF is used.
getNonBlockingBehaviour(Agent, String, DFAgentDescription) - Static method in class jade.domain.DFServiceCommunicator
Deprecated. The defautl DF is used.
getNonBlockingBehaviour(Agent, String, DFAgentDescription, SearchConstraints) - Static method in class jade.domain.DFService
The default DF is used.
getNonBlockingBehaviour(Agent, String, DFAgentDescription, SearchConstraints) - Static method in class jade.domain.DFServiceCommunicator
Deprecated. The default DF is used.
getNotificationManager() - Method in class jade.core.Profile
 
getNotificationManager() - Method in class jade.core.ProfileImpl
 
getObject() - Method in class jade.content.abs.AbsPrimitive
 
getObserver() - Method in class jade.domain.introspection.StopNotify
 
getObserver() - Method in class jade.domain.introspection.StartNotify
 
getOntology() - Method in class jade.lang.acl.ACLMessage
Reads :ontology slot.
getOS() - Method in class jade.domain.MobilityOntology.MobileAgentProfile
 
getOwnership() - Method in class jade.domain.FIPAAgentManagement.AMSAgentDescription
 
getOwnership() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
getParameter(int) - Method in class jade.gui.GuiEvent
get the parameter in the given position
getParameter(String) - Method in class jade.core.Profile
Retrieve a String value from the configuration properties.
getParameter(String) - Method in class jade.core.ProfileImpl
Retrieve a String value from the configuration properties.
GetParent - class jade.domain.DFGUIManagement.GetParent.
This class implements the GetParent action.
GETPARENT - Static variable in class jade.domain.DFGUIManagement.DFAppletManagementOntology
 
getParent() - Method in class jade.core.BehaviourID
 
GetParent() - Constructor for class jade.domain.DFGUIManagement.GetParent
 
getParentDF() - Method in class jade.domain.DFGUIManagement.Federate
 
getParentDF() - Method in class jade.domain.DFGUIManagement.GetDescriptionUsed
 
getParentDF() - Method in class jade.domain.DFGUIManagement.DeregisterFrom
 
getPassword() - Method in class jade.domain.JADEAgentManagement.DebugOn
 
getPassword() - Method in class jade.domain.JADEAgentManagement.CreateAgent
 
getPassword() - Method in class jade.domain.JADEAgentManagement.DebugOff
 
getPassword() - Method in class jade.domain.JADEAgentManagement.SniffOn
 
getPassword() - Method in class jade.domain.JADEAgentManagement.KillAgent
 
getPassword() - Method in class jade.domain.JADEAgentManagement.SniffOff
 
getPassword() - Method in class jade.domain.JADEAgentManagement.KillContainer
 
getPayload() - Method in class jade.core.event.MTPEvent
 
getPayload() - Method in class jade.domain.introspection.ACLMessage
 
getPayloadEncoding() - Method in class jade.domain.FIPAAgentManagement.Envelope
 
getPayloadLength() - Method in class jade.domain.FIPAAgentManagement.Envelope
 
getPerformative() - Method in class jade.lang.acl.ACLMessage
return the integer representing the performative of this object
getPerformative(int) - Static method in class jade.lang.acl.ACLMessage
Returns the string corresponding to the integer for the performative
getPlace() - Method in class jade.core.event.JADEEvent
 
getPlatform() - Method in class jade.core.Profile
 
getPlatform() - Method in class jade.core.ProfileImpl
 
getPlatform() - Method in class jade.domain.introspection.PlatformDescription
 
getPopupMenu(String) - Method in class jade.gui.AgentTree
 
getPort() - Method in interface jade.mtp.TransportAddress
 
getPresence() - Method in class jade.onto.JADEMetaOntology.Slot
 
getProfile() - Method in class jade.domain.FIPAAgentManagement.MTPDescription
 
getProperty(String) - Method in class jade.util.leap.Properties
Searches for the property with the specified key in this property list.
getProposition() - Method in class jade.content.IRE
Retrieves the proposition that descripes the object.
getProposition() - Method in class jade.content.Quantifier
Gets the proposition that defines the scope of the variable.
getProposition() - Method in class jade.content.abs.AbsIRE
Gets the proposition.
getProposition() - Method in class jade.content.acl.Inform
Retrieves the proposition
getProto() - Method in interface jade.mtp.TransportAddress
 
getProtocol() - Method in class jade.core.ContainerID
 
getProtocol() - Method in interface jade.core.Location
Read the protocol for a location.
getProtocol() - Method in class jade.lang.acl.ACLMessage
Reads :protocol slot.
getQueueSize() - Method in class jade.core.Agent
Reads message queue size.
getReceived() - Method in class jade.domain.FIPAAgentManagement.Envelope
 
getReceiver() - Method in class jade.domain.introspection.ReceivedMessage
 
getReceiver() - Method in class jade.domain.introspection.PostedMessage
 
getReceivers() - Method in class jade.content.abs.AbsCommunicativeAct
Gets the receivers of the communicative act.
getReply() - Method in class jade.proto.FipaRequestResponderBehaviour.ActionHandler
 
getReplyBy() - Method in class jade.lang.acl.ACLMessage
Deprecated. Since the value of this slot is a Date by definition, then the getReplyByDate should be used that returns a Date
getReplyByDate() - Method in class jade.lang.acl.ACLMessage
Reads :reply-by slot.
getReplyWith() - Method in class jade.lang.acl.ACLMessage
Reads :reply-with slot.
getRequest() - Method in class jade.proto.FipaRequestInitiatorBehaviour
This method gives access to the request ACL message, originally set by the class constructor.
getRequest() - Method in class jade.proto.FipaRequestResponderBehaviour.ActionHandler
 
getResolversArray() - Method in class jade.core.AID
Returns an array containing all the AIDs of the resolvers.
getResourceManager() - Method in class jade.core.Profile
 
getResourceManager() - Method in class jade.core.ProfileImpl
 
getRoleName(Class) - Method in class jade.onto.DefaultOntology
 
getRoleName(Class) - Method in interface jade.onto.Ontology
 
getRoot() - Method in class jade.gui.AgentTreeModel
 
getSchema(Class) - Method in class jade.content.onto.Ontology
Retrieves the schema associated with javaClass
getSchema(Class) - Method in class jade.content.onto.FullOntology
Retrieves the schema associated with javaClass
getSchema(String) - Method in class jade.content.onto.Ontology
Retrieves the schema associated with name.
getSchema(String) - Method in class jade.content.onto.FullOntology
Retrieves the schema associated with name.
getSchema(String) - Method in class jade.content.schema.ObjectSchema
Retrieves an attribute's schema.
getSearchResult() - Method in class jade.domain.RequestFIPAServiceBehaviour
Deprecated. Use getSearchResults() instead.
getSearchResults() - Method in class jade.domain.RequestFIPAServiceBehaviour
This public method allows to get the results of a search operation.
getSender() - Method in class jade.lang.acl.ACLMessage
Reads :sender slot.
getSender() - Method in class jade.domain.introspection.SentMessage
 
getSender() - Method in interface jade.content.CommunicativeAct
 
getSender() - Method in class jade.content.abs.AbsCommunicativeAct
Gets the sender of the communicative act.
getSender() - Method in class jade.content.acl.CommunicativeActBase
Retrieves the sender.
getSignature() - Method in class jade.domain.MobilityOntology.MobileAgentDescription
 
getSlot(int) - Method in class jade.onto.Frame
Retrieves an unnamed slot from this frame, by position.
getSlot(String) - Method in class jade.onto.Frame
Retrieves a named slot from this frame, by name.
getSlotName(int) - Method in class jade.onto.Frame
 
getSlots(String) - Method in class jade.onto.DefaultOntology
Get the descriptions for all the slots that define the structure of a given ontological role.
getSlots(String) - Method in interface jade.onto.Ontology
Returns the array of SlotDescriptor objects that represent the structure of the given ontological role.
getSniffer() - Method in class jade.domain.JADEAgentManagement.SniffOn
 
getSniffer() - Method in class jade.domain.JADEAgentManagement.SniffOff
 
getSource() - Method in class jade.gui.GuiEvent
 
getSpecifiers(String) - Method in class jade.core.Profile
Retrieve a list of Specifiers from the configuration properties.
getSpecifiers(String) - Method in class jade.core.ProfileImpl
Retrieve a list of Specifiers from the configuration properties.
getStamps() - Method in class jade.domain.FIPAAgentManagement.Envelope
Access the list of all the stamps.
getState() - Method in class jade.core.Agent
Read current agent state.
getState() - Method in class jade.domain.FIPAAgentManagement.AMSAgentDescription
 
getState(String) - Method in class jade.core.behaviours.FSMBehaviour
 
getString() - Method in class jade.content.abs.AbsPrimitive
Gets a string value.
getString(String) - Method in class jade.content.abs.AbsConcept
Retrieves the value of a String slot.
getSystem() - Method in class jade.domain.MobilityOntology.MobileAgentProfile
 
getTime() - Method in class jade.core.event.JADEEvent
 
getTo() - Method in class jade.core.event.MessageEvent
 
getTo() - Method in class jade.core.event.AgentEvent
 
getTo() - Method in class jade.domain.introspection.ChangedBehaviourState
 
getTo() - Method in class jade.domain.introspection.RoutedMessage
 
getTo() - Method in class jade.domain.introspection.MovedAgent
 
getTo() - Method in class jade.domain.introspection.ChangedAgentState
 
getToolTipText() - Method in class jade.gui.AgentTree.Node
 
getToolTipText() - Method in class jade.gui.AgentTree.AgentNode
 
getToolTipText() - Method in class jade.gui.AgentTree.ContainerNode
 
getToolTipText() - Method in class jade.gui.AgentTree.SuperContainer
 
getToolTipText() - Method in class jade.gui.AgentTree.RemotePlatformsFolderNode
 
getToolTipText() - Method in class jade.gui.AgentTree.localPlatformFolderNode
 
getToolTipText() - Method in class jade.gui.AgentTree.RemotePlatformNode
 
getToolTipText() - Method in class jade.gui.AgentTree.RemoteAgentNode
 
getTransportProfile() - Method in class jade.domain.FIPAAgentManagement.APDescription
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class jade.gui.TreeIconRenderer
 
getType() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
getType() - Method in class jade.onto.SlotDescriptor
Get the name of the type of the values of this slot.
getType() - Method in class jade.gui.GuiEvent
 
getType() - Method in class jade.gui.AgentTree.Node
 
getType() - Method in class jade.gui.AgentTree.AgentNode
 
getType() - Method in class jade.gui.AgentTree.ContainerNode
 
getType() - Method in class jade.gui.AgentTree.SuperContainer
 
getType() - Method in class jade.gui.AgentTree.RemotePlatformsFolderNode
 
getType() - Method in class jade.gui.AgentTree.localPlatformFolderNode
 
getType() - Method in class jade.gui.AgentTree.RemotePlatformNode
 
getType() - Method in class jade.gui.AgentTree.RemoteAgentNode
 
getType() - Method in class jade.onto.JADEMetaOntology.Slot
 
getType() - Method in class jade.content.abs.AbsVariable
Gets the name of the type of the variable.
getTypeName() - Method in class jade.content.Variable
Gets the name of the type.
getTypeName() - Method in class jade.content.abs.AbsObject
Returns the name of the type.
getTypeName() - Method in class jade.content.schema.ObjectSchema
Retrieves the name of the type of this schema.
getUserDefinedParameter(String) - Method in class jade.lang.acl.ACLMessage
Searches for the user defined parameter with the specified key.
getValue() - Method in class jade.domain.FIPAAgentManagement.Property
 
getValue() - Method in class jade.content.KeyValuePair
Gets the value.
getVariable() - Method in class jade.content.IRE
Retrieves the variable associated with the described object.
getVariable() - Method in class jade.content.QuantifiedVariable
Gets the variable.
getVariable() - Method in class jade.content.Quantifier
Gets the variable.
getVariable() - Method in class jade.content.abs.AbsIRE
Gets the variable.
getVia() - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
 
getVocabulary() - Method in class jade.onto.DefaultOntology
 
getVocabulary() - Method in interface jade.onto.Ontology
 
getWhat() - Method in class jade.domain.introspection.EventRecord
 
getWhen() - Method in class jade.domain.introspection.EventRecord
 
getWhere() - Method in class jade.domain.introspection.BornAgent
 
getWhere() - Method in class jade.domain.introspection.DeadAgent
 
getWhere() - Method in class jade.domain.introspection.EventRecord
 
getWhere() - Method in class jade.domain.introspection.RemovedMTP
 
getWhere() - Method in class jade.domain.introspection.AddedMTP
 
GuiAgent - class jade.gui.GuiAgent.
When a program instantiates a GUI, the Java programming language starts a new thread, different from the Agent thread.
GuiAgent() - Constructor for class jade.gui.GuiAgent
 
GuiEvent - class jade.gui.GuiEvent.
This class defines the object type GuiEvent used to notify an event to a GuiAgent.
GuiEvent(Object, int) - Constructor for class jade.gui.GuiEvent
 
GuiProperties - class jade.gui.GuiProperties.
This class encapsulates some informations used by the program
GuiProperties() - Constructor for class jade.gui.GuiProperties
 

H

handle(Behaviour.RunnableChangedEvent) - Method in class jade.core.behaviours.Behaviour
Handler for block/restart events.
handle(Behaviour.RunnableChangedEvent) - Method in class jade.core.behaviours.FSMBehaviour
Handle block/restart notifications.
handle(Behaviour.RunnableChangedEvent) - Method in class jade.core.behaviours.ParallelBehaviour
Handle block/restart notifications.
handle(Behaviour.RunnableChangedEvent) - Method in class jade.core.behaviours.SequentialBehaviour
Handle block/restart notifications.
handleAcceptProposalMessage(ACLMessage) - Method in class jade.proto.FipaContractNetResponderBehaviour
This method is called when the accept-proposal message is received.
handleAgree(ACLMessage) - Method in class jade.domain.RequestFIPAServiceBehaviour
Method to handle agree replies.
handleAgree(ACLMessage) - Method in class jade.proto.FipaRequestInitiatorBehaviour
Abstract method to handle agree replies.
handleAgree(ACLMessage) - Method in class jade.proto.AchieveREInitiator
This method is called every time an agree message is received, which is not out-of-sequence according to the protocol rules.
handleAllResponses(Vector) - Method in class jade.proto.AchieveREInitiator
This method is called when all the responses have been collected or when the timeout is expired.
handleAllResultNotifications(Vector) - Method in class jade.proto.AchieveREInitiator
This method is called when all the result notification messages have been collected.
handleCfpMessage(ACLMessage) - Method in class jade.proto.FipaContractNetResponderBehaviour
This method is called when the cfp message is received.
handleElapsedTimeout() - Method in class jade.core.behaviours.WakerBehaviour
This method is called by this subclass only after the given timeout is elapsed.
handleFailure(ACLMessage) - Method in class jade.domain.RequestFIPAServiceBehaviour
Method to handle failure replies.
handleFailure(ACLMessage) - Method in class jade.proto.FipaRequestInitiatorBehaviour
Abstract method to handle failure replies.
handleFailure(ACLMessage) - Method in class jade.proto.AchieveREInitiator
This method is called every time a failure message is received, which is not out-of-sequence according to the protocol rules.
handleFinalMessages(Vector) - Method in class jade.proto.FipaContractNetInitiatorBehaviour
Deprecated. After having sent the messages returned by handleProposeMessages(), the protocol waits for the expiration of the maximum timeout specified in those messages (reply-by parameter), or until all the answers are received.
handleInform(ACLMessage) - Method in class jade.domain.RequestFIPAServiceBehaviour
Method to handle inform replies.
handleInform(ACLMessage) - Method in class jade.proto.FipaRequestInitiatorBehaviour
Abstract method to handle inform replies.
handleInform(ACLMessage) - Method in class jade.proto.AchieveREInitiator
This method is called every time a inform message is received, which is not out-of-sequence according to the protocol rules.
handleInformMessages(Vector) - Method in class jade.proto.FipaQueryInitiatorBehaviour
Deprecated. After having sent the queryMsg messages, the protocol waits for the maximum timeout specified in those messages (reply-by parameter), or until all the answers are received.
handleNotUnderstood(ACLMessage) - Method in class jade.domain.RequestFIPAServiceBehaviour
Method to handle not-understood replies.
handleNotUnderstood(ACLMessage) - Method in class jade.proto.FipaRequestInitiatorBehaviour
Abstract method to handle not-understood replies.
handleNotUnderstood(ACLMessage) - Method in class jade.proto.AchieveREInitiator
This method is called every time a not-understood message is received, which is not out-of-sequence according to the protocol rules.
handleOtherMessages(ACLMessage) - Method in class jade.proto.FipaRequestInitiatorBehaviour
This method can be override to handle other received messages different from those stated by the protocol.
handleOtherMessages(ACLMessage) - Method in class jade.proto.FipaQueryInitiatorBehaviour
Deprecated. This method must be implemented by all subclasses.
handleOtherMessages(ACLMessage) - Method in class jade.proto.FipaContractNetInitiatorBehaviour
Deprecated. This method must be implemented by all subclasses.
handleOtherMessages(ACLMessage) - Method in class jade.proto.FipaContractNetResponderBehaviour
This method must be implemented by all subclasses.
handleOutOfSequence(ACLMessage) - Method in class jade.proto.AchieveREInitiator
This method is called every time a message is received, which is out-of-sequence according to the protocol rules.
handleProposeMessages(Vector) - Method in class jade.proto.FipaContractNetInitiatorBehaviour
Deprecated. This method is called after all the propose messages have been collected or after the timeout has expired.
handleQueryMessage(ACLMessage) - Method in class jade.proto.FipaQueryResponderBehaviour
This abstract method must be implemented by all sub-classes.
handleRefuse(ACLMessage) - Method in class jade.domain.RequestFIPAServiceBehaviour
Method to handle refuse replies.
handleRefuse(ACLMessage) - Method in class jade.proto.FipaRequestInitiatorBehaviour
Abstract method to handle refuse replies.
handleRefuse(ACLMessage) - Method in class jade.proto.AchieveREInitiator
This method is called every time a refuse message is received, which is not out-of-sequence according to the protocol rules.
handleRejectProposalMessage(ACLMessage) - Method in class jade.proto.FipaContractNetResponderBehaviour
This method is called when the reject-proposal message is received.
handleTimeout() - Method in class jade.proto.FipaRequestInitiatorBehaviour
This method is called by the action method when the timeout set in the request message is expired.
hashCode() - Method in class jade.core.CaseInsensitiveString
Hash code.
hashCode() - Method in class jade.core.AID
Hash code.
HashMap - class jade.util.leap.HashMap.
This class represents the J2SE version of a "HashMap" to be used in LEAP.
HashMap() - Constructor for class jade.util.leap.HashMap
Default constructor, creates a new empty Map
HashMap(int) - Constructor for class jade.util.leap.HashMap
Constructor, creates a new Map with initial size
HashMap(int, float) - Constructor for class jade.util.leap.HashMap
Constructor, creates a new Map with initial size and load factor
hasPrimitiveType() - Method in class jade.onto.SlotDescriptor
 
here() - Method in class jade.core.Agent
Method to retrieve the location this agent is currently at.
HigherOrderPredicate - interface jade.content.HigherOrderPredicate.
 
HigherOrderPredicateSchema - class jade.content.schema.HigherOrderPredicateSchema.
 
HigherOrderPredicateSchema(String) - Constructor for class jade.content.schema.HigherOrderPredicateSchema
Constructor

I

icons - Static variable in class jade.gui.AgentTree
 
ImagePath - Static variable in class jade.gui.GuiProperties
 
img - Variable in class jade.gui.AgentTree.Node
 
InChannel - interface jade.mtp.InChannel.
This interface is the receiver's view of an MTP.
InChannel.Dispatcher - interface jade.mtp.InChannel.Dispatcher.
Callback interface to be notified of message arrivals over this Message Transport Protocol.
indexOf(Object) - Method in interface jade.util.leap.List
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class jade.util.leap.ArrayList
 
indexOf(Object) - Method in class jade.util.leap.LinkedList
 
indexOfElement(AbsTerm) - Method in class jade.content.abs.AbsAggregate
Returns the position of an element.
Inform - class jade.content.acl.Inform.
 
INFORM - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
INFORM - Static variable in class jade.content.onto.ACLOntology
 
INFORM_IF - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
INFORM_REF - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
Inform() - Constructor for class jade.content.acl.Inform
Constructor
INITIATED - Static variable in class jade.domain.FIPAAgentManagement.AMSAgentDescription
 
InstallMTP - class jade.domain.JADEAgentManagement.InstallMTP.
 
INSTALLMTP - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
InstallMTP() - Constructor for class jade.domain.JADEAgentManagement.InstallMTP
 
installMTP(String, String) - Method in class jade.wrapper.AgentContainer
Installs a new message transport protocol, that will run within this container.
instance() - Static method in class jade.core.Runtime
This method returns the singleton instance of this class that should be then used to create agent containers.
instance() - Static method in class jade.domain.MobilityOntology
This method grants access to the unique instance of JADE mobility ontology.
instance() - Static method in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
This method grants access to the unique instance of the ontology.
instance() - Static method in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
This method grants access to the unique instance of the ontology.
instance() - Static method in class jade.onto.basic.BasicOntology
This method grants access to the unique instance of the basic ontology.
instance() - Static method in class jade.onto.JADEMetaOntology.JADEMetaOntology
This method grants access to the unique instance of the basic ontology.
instance() - Static method in class jade.domain.DFGUIManagement.DFAppletManagementOntology
This method grants access to the unique instance of the ontology.
instance() - Static method in class jade.domain.introspection.JADEIntrospectionOntology
This method grants access to the unique instance of the ontology.
INTEGER - Static variable in class jade.content.onto.BasicOntology
 
INTEGER_TYPE - Static variable in interface jade.onto.Ontology
Constant for int type in a SlotDescriptor.
InternalError - exception jade.domain.FIPAAgentManagement.InternalError.
 
INTERNALERROR - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
INTERNALERROR - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
InternalError() - Constructor for class jade.domain.FIPAAgentManagement.InternalError
 
InternalError(String) - Constructor for class jade.domain.FIPAAgentManagement.InternalError
 
internalise(Ontology, AbsObject) - Method in class jade.content.onto.BasicIntrospector
Internalize
internalise(Ontology, AbsObject) - Method in class jade.content.onto.ReflectiveIntrospector
Internalize
internalise(Ontology, AbsObject) - Method in interface jade.content.onto.Introspector
Internalize
introspector - Variable in class jade.content.onto.FullOntology
 
Introspector - interface jade.content.onto.Introspector.
 
IOTA - Static variable in class jade.content.onto.ACLOntology
 
IOTA - Static variable in class jade.content.schema.IRESchema
 
IRE - class jade.content.IRE.
 
IRE - Static variable in class jade.content.onto.ACLOntology
 
IRE - Static variable in class jade.content.schema.EqualsSchema
 
IRE() - Constructor for class jade.content.IRE
Constructor
IRESchema - class jade.content.schema.IRESchema.
 
isAgentBD() - Method in class jade.core.event.PlatformEvent
Returns a boolean to indicate if the event type is either BORN_AGENT or DEAD_AGENT.
isAttribute(String) - Method in class jade.content.schema.ObjectSchema
Is name an attribute?
isCommunication() - Method in class jade.core.event.MTPEvent
 
isComplex() - Method in class jade.onto.SlotDescriptor
Tells whether a slot is complex.
isContainerBD() - Method in class jade.core.event.PlatformEvent
Returns a boolean to indicate if the event type is either ADDED_CONTAINER or REMOVED_CONTAINER.
isEmpty() - Method in class jade.content.abs.AbsAggregate
Test if the aggregate is empty.
isEmpty() - Method in class jade.util.leap.HashMap
 
isEmpty() - Method in class jade.util.leap.ArrayList
 
isEmpty() - Method in class jade.util.leap.LinkedList
 
isEmpty() - Method in class jade.util.leap.SortedSetImpl
 
isEmpty() - Method in interface jade.util.leap.Map
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface jade.util.leap.Collection
Checks if the collection contains elements.
isGrounded() - Method in class jade.content.abs.AbsObject
Tests if the object is grounded, i.e., if its attributes are not associated with variables.
ISGUID - Static variable in class jade.core.AID
constant to be used in the constructor of the AID
isInstall() - Method in class jade.core.event.MTPEvent
 
ISLOCALNAME - Static variable in class jade.core.AID
constant to be used in the constructor of the AID
isMandatory(String) - Method in class jade.content.schema.ObjectSchema
Is the attribute name mandatory?
ISO8601 - class jade.lang.acl.ISO8601.
This class contains a set of static methods that convert to/from the Date Time format adopted by FIPA.
ISO8601() - Constructor for class jade.lang.acl.ISO8601
 
isOptional() - Method in class jade.onto.SlotDescriptor
Tells whether a slot is optional.
isPrimitive() - Method in class jade.onto.SlotDescriptor
Tells whethet the slot is primitive.
isRole(String) - Method in class jade.onto.DefaultOntology
Checks whether a given string is the name of a role in this ontology.
isRole(String) - Method in interface jade.onto.Ontology
Tells whether a given string is the name of a role in the current ontology.
isRouting() - Method in class jade.core.event.MessageEvent
 
isRunnable() - Method in class jade.core.behaviours.Behaviour
Returns whether this Behaviour object is blocked or not.
isRunnable() - Method in class jade.core.behaviours.Behaviour.RunnableChangedEvent
Check whether the event is runnable.
isSet() - Method in class jade.onto.SlotDescriptor
Tells whether a slot is set or a sequence.
Iterator - interface jade.util.leap.Iterator.
This class represents the J2ME version of an "Iterator" to be used in LEAP.
iterator() - Method in class jade.util.leap.ArrayList
 
iterator() - Method in class jade.util.leap.LinkedList
 
iterator() - Method in class jade.util.leap.SortedSetImpl
 
iterator() - Method in interface jade.util.leap.Collection
Returns an iterator over the elements in this collection.

J

jade.content - package jade.content
 
jade.content.abs - package jade.content.abs
 
jade.content.acl - package jade.content.acl
 
jade.content.lang - package jade.content.lang
 
jade.content.lang.j - package jade.content.lang.j
 
jade.content.lang.leap - package jade.content.lang.leap
 
jade.content.onto - package jade.content.onto
 
jade.content.schema - package jade.content.schema
 
jade.core - package jade.core
This package contains the microkernel of JADE system.
jade.core.behaviours - package jade.core.behaviours
This package is a subpackage of jade.core and contains the classes used to implement basic agent behaviours.
jade.core.event - package jade.core.event
 
jade.domain - package jade.domain
This package and its sub-packages contains FIPA specific agents and ontologies.
jade.domain.DFGUIManagement - package jade.domain.DFGUIManagement
 
jade.domain.FIPAAgentManagement - package jade.domain.FIPAAgentManagement
This package contains the definition of the FIPA-Agent-Management ontology as specified by the FIPA standard FIPA Agent Management Specification - document no.
jade.domain.introspection - package jade.domain.introspection
This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents.
jade.domain.JADEAgentManagement - package jade.domain.JADEAgentManagement
 
jade.gui - package jade.gui
This package contains general purpose components that can be used to build Swing-based Graphical User Interfaces for JADE agents.
jade.lang - package jade.lang
This package contains JADE generic language support for different languages.
jade.lang.acl - package jade.lang.acl
This package contains classes related to FIPA ACL language.
jade.lang.sl - package jade.lang.sl
This package contains the JADE support for the SL content language.
jade.mtp - package jade.mtp
 
jade.mtp.iiop - package jade.mtp.iiop
 
jade.onto - package jade.onto
This package contains JADE support for different ontologies.
jade.onto.basic - package jade.onto.basic
 
jade.onto.JADEMetaOntology - package jade.onto.JADEMetaOntology
 
jade.proto - package jade.proto
This package contains role behaviours for FIPA standard protocols.
jade.util.leap - package jade.util.leap
This package contains a set of classes that provides a replacement for the Java collection framework that is not supported by J2ME.
jade.wrapper - package jade.wrapper
Together with the classes jade.core.Profile and jade.core.Runtime this package provides support for the JADE in-process interface that allows external Java applications to use JADE as a kind of library and to launch the JADE Runtime from within the application itself.
JADEAgentManagementOntology - class jade.domain.JADEAgentManagement.JADEAgentManagementOntology.
This class represents the ontology jade-agent-management, containing all JADE extensions related to agent management.
JADEEvent - class jade.core.event.JADEEvent.
This class represents a generic JADE event.
JADEEvent(ContainerID) - Constructor for class jade.core.event.JADEEvent
 
JADEIntrospectionOntology - class jade.domain.introspection.JADEIntrospectionOntology.
This class represents the ontology jade-introspection, containing all JADE extensions related to agent and platform monitoring.
JadeLogoButton - class jade.gui.JadeLogoButton.
Button to start a web browser showing the JADE Home page.
JadeLogoButton() - Constructor for class jade.gui.JadeLogoButton
 
JADEMetaOntology - class jade.onto.JADEMetaOntology.JADEMetaOntology.
This class represents the meta-ontology used by JADE.
jadeURL - Static variable in class jade.gui.BrowserLauncher
 
JCodec - class jade.content.lang.j.JCodec.
 
JCodec() - Constructor for class jade.content.lang.j.JCodec
Constructor
joinOntology(Ontology) - Method in class jade.onto.DefaultOntology
Adds to this ontology all roles included into another ontology
joinOntology(Ontology) - Method in interface jade.onto.Ontology
Adds to this ontology all roles included into another ontology

K

KEY - Static variable in class jade.content.onto.BasicOntology
 
KEY_VALUE_PAIR - Static variable in class jade.content.onto.BasicOntology
 
keySet() - Method in class jade.util.leap.HashMap
 
keySet() - Method in interface jade.util.leap.Map
Returns a set view of the keys contained in this map.
KeyValuePair - class jade.content.KeyValuePair.
 
KeyValuePair() - Constructor for class jade.content.KeyValuePair
Constructor
kill() - Method in class jade.wrapper.AgentContainer
Shuts down this container, terminating all the agents running within it.
KillAgent - class jade.domain.JADEAgentManagement.KillAgent.
 
KILLAGENT - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
KillAgent() - Constructor for class jade.domain.JADEAgentManagement.KillAgent
 
KillContainer - class jade.domain.JADEAgentManagement.KillContainer.
 
KILLCONTAINER - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
KillContainer() - Constructor for class jade.domain.JADEAgentManagement.KillContainer
 
KIND - Static variable in class jade.content.onto.BasicOntology
 
KIND - Static variable in class jade.content.schema.IRESchema
 

L

LEAPCodec - class jade.content.lang.leap.LEAPCodec.
 
LEAPCodec() - Constructor for class jade.content.lang.leap.LEAPCodec
Constructor declaration
LinkedList - class jade.util.leap.LinkedList.
This class represents the J2SE version of a "LinkedList" to be used in LEAP.
LinkedList() - Constructor for class jade.util.leap.LinkedList
Default Constructor, creates an empty List
List - interface jade.util.leap.List.
This class represents the LEAP version of a "List"
listenerTree(TreeSelectionListener) - Method in class jade.gui.AgentTree
 
load() - Method in class jade.util.leap.Properties
Reads a property list (key and element pairs) from the default persistent storage.
Location - interface jade.core.Location.
Abstract interface to represent JADE network locations.
LOCATION - Static variable in class jade.domain.MobilityOntology
A symbolic constant, containing the name of the concept.
LONG_TYPE - Static variable in interface jade.onto.Ontology
Constant for long type in a SlotDescriptor.
lookupLanguage(String) - Method in class jade.core.Agent
Looks a content language up into the supported languages table.
lookupOntology(String) - Method in class jade.core.Agent
Looks an ontology up into the supported ontologies table.

M

M - Static variable in interface jade.onto.Ontology
Boolean constant for Mandatory slots.
MAIN - Static variable in class jade.core.Profile
This constant is the name of the property whose value contains a boolean indicating if this is the Main Container or a peripheral container.
MAIN_HOST - Static variable in class jade.core.Profile
This constant is the name of the property whose value is the name (or the IP address) of the network host where the JADE Main Container is running.
MAIN_PORT - Static variable in class jade.core.Profile
This constant is the name of the property whose value contains an integer representing the port number where the Main Container is listening for container registrations.
MAIN_PROTO - Static variable in class jade.core.Profile
This constant is the name of the property whose value is a String indicating the protocol to use to connect to the Main Container.
main(String[]) - Static method in class jade.lang.acl.ISO8601
The main is here only for debugging.
MainContainer - class jade.wrapper.MainContainer.
This class is a Proxy class, allowing access to a JADE main container.
MainContainer(AgentContainerImpl) - Constructor for class jade.wrapper.MainContainer
Public constructor.
MANDATORY - Static variable in class jade.content.schema.ObjectSchema
 
Map - interface jade.util.leap.Map.
This class represents the LEAP version of a "Map"
match(ACLMessage) - Method in class jade.lang.acl.MessageTemplate
Matches an ACL message against this MessageTemplate object.
match(ACLMessage) - Method in interface jade.lang.acl.MessageTemplate.MatchExpression
 
MatchAll() - Static method in class jade.lang.acl.MessageTemplate
This Factory Method returns a message template that matches any message.
MatchContent(String) - Static method in class jade.lang.acl.MessageTemplate
This Factory Method returns a message template that matches any message with a given :content slot.
MatchConversationId(String) - Static method in class jade.lang.acl.MessageTemplate
This Factory Method returns a message template that matches any message with a given :conversation-id slot.
MatchCustom(ACLMessage, boolean) - Static method in class jade.lang.acl.MessageTemplate
This Factory Method returns a message template that matches ACL messages against a given one, passed as parameter.
MatchEncoding(String) - Static method in class jade.lang.acl.MessageTemplate
This Factory Method returns a message template that matches any message with a given :encoding slot.
MatchInReplyTo(String) - Static method in class jade.lang.acl.MessageTemplate
This Factory Method returns a message template that matches any message with a given :in-reply-to slot.
MatchLanguage(String) - Static method in class jade.lang.acl.MessageTemplate
This Factory Method returns a message template that matches any message with a given :language slot.
MatchOntology(String) - Static method in class jade.lang.acl.MessageTemplate
This Factory Method returns a message template that matches any message with a given :ontology slot.
MatchPerformative(int) - Static method in class jade.lang.acl.MessageTemplate
This Factory Method returns a message template that matches any message with a given performative.
MatchProtocol(String) - Static method in class jade.lang.acl.MessageTemplate
This Factory Method returns a message template that matches any message with a given :protocol slot.
MatchReceiver(AID[]) - Static method in class jade.lang.acl.MessageTemplate
This Factory Method returns a message template that matches any message with a given :receiver slot.
MatchReceiver(List) - Static method in class jade.lang.acl.MessageTemplate
Deprecated. Use MatchReceiver(AID[]) instead
MatchReplyBy(String) - Static method in class jade.lang.acl.MessageTemplate
This Factory Method returns a message template that matches any message with a given :reply-by slot.
MatchReplyTo(AID[]) - Static method in class jade.lang.acl.MessageTemplate
This Factory Method returns a message template that matches any message with a given :reply-to slot.
MatchReplyTo(List) - Static method in class jade.lang.acl.MessageTemplate
Deprecated. Use MatchReplyTo(AID[])
MatchReplyWith(String) - Static method in class jade.lang.acl.MessageTemplate
This Factory Method returns a message template that matches any message with a given :reply-with slot.
MatchSender(AID) - Static method in class jade.lang.acl.MessageTemplate
This Factory Method returns a message template that matches any message with a given :sender slot.
MESSAGE_IN - Static variable in class jade.core.event.MTPEvent
 
MESSAGE_OUT - Static variable in class jade.core.event.MTPEvent
 
MessageEvent - class jade.core.event.MessageEvent.
This class represents the events related to ACL message passing.
MessageEvent(int, ACLMessage, AID, ContainerID) - Constructor for class jade.core.event.MessageEvent
 
MessageEvent(int, ACLMessage, Channel, Channel, ContainerID) - Constructor for class jade.core.event.MessageEvent
 
messageIn(MTPEvent) - Method in interface jade.core.event.MTPListener
 
MessageListener - interface jade.core.event.MessageListener.
 
messageOut(MTPEvent) - Method in interface jade.core.event.MTPListener
 
MessageTemplate - class jade.lang.acl.MessageTemplate.
A pattern for matching incoming ACL messages.
MessageTemplate.MatchExpression - interface jade.lang.acl.MessageTemplate.MatchExpression.
This interface must be overriden in order to define an application specific MessageTemplate.
MessageTemplate(MessageTemplate.MatchExpression) - Constructor for class jade.lang.acl.MessageTemplate
Public constructor to use when the user needs to define an application specific pattern.
MessageTransportProtocol - class jade.mtp.iiop.MessageTransportProtocol.
Implementation of fipa.mts.mtp.iiop.std specification for delivering ACL messages over the OMG IIOP transport protocol.
MessageTransportProtocol() - Constructor for class jade.mtp.iiop.MessageTransportProtocol
 
MissingParameter - exception jade.domain.FIPAAgentManagement.MissingParameter.
 
MISSINGPARAMETER - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
MissingParameter() - Constructor for class jade.domain.FIPAAgentManagement.MissingParameter
 
MissingParameter(String, String) - Constructor for class jade.domain.FIPAAgentManagement.MissingParameter
 
MOBILE_AGENT_DESCRIPTION - Static variable in class jade.domain.MobilityOntology
A symbolic constant, containing the name of the concept.
MOBILE_AGENT_LANGUAGE - Static variable in class jade.domain.MobilityOntology
A symbolic constant, containing the name of the concept.
MOBILE_AGENT_OS - Static variable in class jade.domain.MobilityOntology
A symbolic constant, containing the name of the concept.
MOBILE_AGENT_PROFILE - Static variable in class jade.domain.MobilityOntology
A symbolic constant, containing the name of the concept.
MOBILE_AGENT_SYSTEM - Static variable in class jade.domain.MobilityOntology
A symbolic constant, containing the name of the concept.
MobilityOntology - class jade.domain.MobilityOntology.
This class represents the ontology used for JADE mobility.
MobilityOntology.CloneAction - class jade.domain.MobilityOntology.CloneAction.
This class represent the 'clone-agent' action in JADE mobility ontology.
MobilityOntology.CloneAction() - Constructor for class jade.domain.MobilityOntology.CloneAction
 
MobilityOntology.MobileAgentDescription - class jade.domain.MobilityOntology.MobileAgentDescription.
This class represent the ':mobile-agent-description' concept in JADE mobility ontology.
MobilityOntology.MobileAgentDescription() - Constructor for class jade.domain.MobilityOntology.MobileAgentDescription
 
MobilityOntology.MobileAgentLanguage - class jade.domain.MobilityOntology.MobileAgentLanguage.
This class represent the ':mobile-agent-language' concept in JADE mobility ontology.
MobilityOntology.MobileAgentLanguage() - Constructor for class jade.domain.MobilityOntology.MobileAgentLanguage
 
MobilityOntology.MobileAgentOS - class jade.domain.MobilityOntology.MobileAgentOS.
This class represent the ':mobile-agent-os' concept in JADE mobility ontology.
MobilityOntology.MobileAgentOS() - Constructor for class jade.domain.MobilityOntology.MobileAgentOS
 
MobilityOntology.MobileAgentProfile - class jade.domain.MobilityOntology.MobileAgentProfile.
This class represent the ':mobile-agent-profile' concept in JADE mobility ontology.
MobilityOntology.MobileAgentProfile() - Constructor for class jade.domain.MobilityOntology.MobileAgentProfile
 
MobilityOntology.MobileAgentSystem - class jade.domain.MobilityOntology.MobileAgentSystem.
This class represent the ':mobile-agent-system' concept in JADE mobility ontology.
MobilityOntology.MobileAgentSystem() - Constructor for class jade.domain.MobilityOntology.MobileAgentSystem
 
MobilityOntology.MoveAction - class jade.domain.MobilityOntology.MoveAction.
This class represent the 'move-agent' action in JADE mobility ontology.
MobilityOntology.MoveAction() - Constructor for class jade.domain.MobilityOntology.MoveAction
 
MobilityOntology.QueryPlatformLocationsAction - class jade.domain.MobilityOntology.QueryPlatformLocationsAction.
This class represent the 'query-platform-locations' action in JADE mobility ontology.
MobilityOntology.QueryPlatformLocationsAction() - Constructor for class jade.domain.MobilityOntology.QueryPlatformLocationsAction
 
MobilityOntology.WhereIsAgentAction - class jade.domain.MobilityOntology.WhereIsAgentAction.
This class represent the 'where-is-agent' action in JADE mobility ontology.
MobilityOntology.WhereIsAgentAction() - Constructor for class jade.domain.MobilityOntology.WhereIsAgentAction
 
Modify - class jade.domain.FIPAAgentManagement.Modify.
This class implements the modify action (to modify an agent description).
MODIFY - Static variable in interface jade.domain.DFGUIAdapter
 
MODIFY - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
Modify() - Constructor for class jade.domain.FIPAAgentManagement.Modify
 
modify(Agent, AID, AMSAgentDescription) - Static method in class jade.domain.AMSService
Modifies data contained within a AMS agent.
modify(Agent, AID, AMSAgentDescription) - Static method in class jade.domain.AMSServiceCommunicator
Deprecated. Modifies data contained within a AMS agent.
modify(Agent, AID, DFAgentDescription) - Static method in class jade.domain.DFService
Modifies data contained within a DF agent.
modify(Agent, AID, DFAgentDescription) - Static method in class jade.domain.DFServiceCommunicator
Deprecated. Modifies data contained within a DF agent.
modify(Agent, AMSAgentDescription) - Static method in class jade.domain.AMSService
The AID of the AMS is defaulted to the AMS of this platform.
modify(Agent, AMSAgentDescription) - Static method in class jade.domain.AMSServiceCommunicator
Deprecated. The AID of the AMS is defaulted to the AMS of this platform.
modify(Agent, DFAgentDescription) - Static method in class jade.domain.DFService
The default DF of the platform is used.
modify(Agent, DFAgentDescription) - Static method in class jade.domain.DFServiceCommunicator
Deprecated. The default DF of the platform is used.
ModifyOn - class jade.domain.DFGUIManagement.ModifyOn.
This class implements the ModifyOn action.
MODIFYON - Static variable in class jade.domain.DFGUIManagement.DFAppletManagementOntology
 
ModifyOn() - Constructor for class jade.domain.DFGUIManagement.ModifyOn
 
MOVE - Static variable in class jade.domain.MobilityOntology
A symbolic constant, containing the name of the action.
move(Location) - Method in class jade.wrapper.Agent
Triggers a state transition from ACTIVE to TRANSIT.
MOVED_AGENT - Static variable in class jade.core.event.PlatformEvent
 
MovedAgent - class jade.domain.introspection.MovedAgent.
 
MOVEDAGENT - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
MovedAgent() - Constructor for class jade.domain.introspection.MovedAgent
 
movedAgent(PlatformEvent) - Method in interface jade.core.event.PlatformListener
 
msg - Variable in class jade.domain.FIPAException
 
MSG_QUEUE_SIZE - Static variable in class jade.core.Agent
Default value for message queue size.
MTP - interface jade.mtp.MTP.
Abstract interface for Message Transport Protocols
MTPDescription - class jade.domain.FIPAAgentManagement.MTPDescription.
Description of a message transport protocol.
MTPDESCRIPTION - Static variable in class jade.onto.basic.BasicOntology
 
MTPDescription() - Constructor for class jade.domain.FIPAAgentManagement.MTPDescription
 
MTPDescriptionPanel - class jade.gui.MTPDescriptionPanel.
To show a MTPDescription.
MTPEvent - class jade.core.event.MTPEvent.
This class represents an event related to the MTP configuration.
MTPEvent(int, ContainerID, Channel) - Constructor for class jade.core.event.MTPEvent
 
MTPEvent(int, ContainerID, Envelope, byte[]) - Constructor for class jade.core.event.MTPEvent
 
MTPException - exception jade.mtp.MTPException.
Generic exception class for MTP errors.
MTPException(String) - Constructor for class jade.mtp.MTPException
Constructor for exception class.
MTPException(String, Throwable) - Constructor for class jade.mtp.MTPException
Constructor for exception class.
MTPListener - interface jade.core.event.MTPListener.
 
MTPS - Static variable in class jade.core.Profile
This constant is the key of the property whose value contains the list of MTPs that have to be launched at bootstrap time.
myAgent - Variable in class jade.core.behaviours.Behaviour
The agent this behaviour belongs to.
MyDefaults - Static variable in class jade.gui.GuiProperties
 
myEvent - Variable in class jade.core.behaviours.Behaviour
This event object will be re-used for every state change notification.
MyFilterImage - class jade.gui.MyFilterImage.
Javadoc documentation for the file
MyFilterImage() - Constructor for class jade.gui.MyFilterImage
 

N

name - Variable in class jade.gui.AgentTree.Node
 
name - Static variable in class jade.content.abs.AbsContentElementList
 
name - Variable in class jade.content.onto.Ontology
 
NAME - Static variable in class jade.lang.acl.StringACLCodec
 
NAME - Static variable in class jade.lang.sl.SL0Codec
A symbolic constant, containing the name of this language.
NAME - Static variable in class jade.domain.MobilityOntology
A symbolic constant, containing the name of this ontology.
NAME - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
A symbolic constant, containing the name of this ontology.
NAME - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
A symbolic constant, containing the name of this ontology.
NAME - Static variable in class jade.onto.basic.BasicOntology
A symbolic constant, containing the name of this ontology.
NAME - Static variable in class jade.onto.JADEMetaOntology.JADEMetaOntology
A symbolic constant, containing the name of this ontology.
NAME - Static variable in class jade.domain.DFGUIManagement.DFAppletManagementOntology
A symbolic constant, containing the name of this ontology.
NAME - Static variable in class jade.domain.introspection.SentMessage
 
NAME - Static variable in class jade.domain.introspection.BornAgent
 
NAME - Static variable in class jade.domain.introspection.DeadAgent
 
NAME - Static variable in class jade.domain.introspection.PlatformDescription
 
NAME - Static variable in class jade.domain.introspection.ReceivedMessage
 
NAME - Static variable in class jade.domain.introspection.PostedMessage
 
NAME - Static variable in class jade.domain.introspection.RemovedMTP
 
NAME - Static variable in class jade.domain.introspection.RemovedContainer
 
NAME - Static variable in class jade.domain.introspection.AddedMTP
 
NAME - Static variable in class jade.domain.introspection.AddedContainer
 
NAME - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
A symbolic constant, containing the name of this ontology.
NAME - Static variable in class jade.domain.introspection.MovedAgent
 
NAME - Static variable in class jade.domain.introspection.ChangedAgentState
 
NAME - Static variable in class jade.content.lang.j.JCodec
 
NAME - Static variable in class jade.content.lang.leap.LEAPCodec
 
NAME - Static variable in class jade.content.onto.BasicOntology
 
NAME - Static variable in class jade.content.schema.VariableSchema
 
NAME_OF_ACTION_FRAME - Static variable in class jade.lang.sl.SL0Codec
Symbolic constant identifying a frame representing an action
NAME_OF_ACTION_SLOT - Static variable in class jade.lang.sl.SL0Codec
Symbolic constant identifying a slot representing an action
NAME_OF_ACTOR_SLOT - Static variable in class jade.lang.sl.SL0Codec
Symbolic constant identifying a slot representing an actor
NAME_OF_SEQUENCE_FRAME - Static variable in interface jade.onto.Ontology
Symbolic constant identifying a frame representing a sequence
NAME_OF_SET_FRAME - Static variable in interface jade.onto.Ontology
Symbolic constant identifying a frame representing a set
NameClashException - exception jade.core.NameClashException.
This exception is thrown when trying to create an agent with an already existing name.
NameClashException(String) - Constructor for class jade.core.NameClashException
Construct a NameClashException with the given message.
newHandle() - Static method in class jade.core.behaviours.ReceiverBehaviour
Factory method for message handles.
newInstance() - Method in class jade.content.schema.ObjectSchema
Creates a new instance.
newInstance() - Method in class jade.content.schema.ContentElementSchema
Creates a new instance.
newInstance() - Method in class jade.content.schema.GenericActionSchema
Creates a new instance.
newInstance() - Method in class jade.content.schema.ContentElementListSchema
Creates a new instance.
newInstance() - Method in class jade.content.schema.TermSchema
Creates a new instance.
newInstance() - Method in class jade.content.schema.ConceptSchema
Creates a new instance.
newInstance() - Method in class jade.content.schema.PropositionSchema
Creates a new instance.
newInstance() - Method in class jade.content.schema.PredicateSchema
Creates a new instance.
newInstance() - Method in class jade.content.schema.AgentActionSchema
Creates a new instance.
newInstance() - Method in class jade.content.schema.AggregateSchema
Creates a new instance.
newInstance() - Method in class jade.content.schema.EqualsSchema
Creates a new instance.
newInstance() - Method in class jade.content.schema.HigherOrderPredicateSchema
Creates a new instance.
newInstance() - Method in class jade.content.schema.ActionPredicateSchema
Creates a new instance.
newInstance() - Method in class jade.content.schema.PrimitiveSchema
Creates a new instance.
newInstance() - Method in class jade.content.schema.CommunicativeActSchema
Creates a new instance.
newInstance() - Method in class jade.content.schema.VariableSchema
Creates a new instance.
newInstance() - Method in class jade.content.schema.IRESchema
Creates a new instance.
NEWMTP - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
NonDeterministicBehaviour - class jade.core.behaviours.NonDeterministicBehaviour.
Deprecated. Use ParallelBehaviour instead. Composite behaviour with non deterministic children scheduling. It is a ComplexBehaviour that executes its children behaviours non deterministically, and it terminates when a particular condition on its sub-behaviours is met. Static Factory Methods are provided to get a NonDeterministicBehaviour that ends when all its sub-behaviours are done, when any sub-behaviour terminates or when N sub-behaviours have finished.
NonDeterministicBehaviour(Agent, int) - Constructor for class jade.core.behaviours.NonDeterministicBehaviour
Deprecated. Constructor
NonDeterministicBehaviour(int) - Constructor for class jade.core.behaviours.NonDeterministicBehaviour
Deprecated. Constructor
Not - class jade.onto.basic.Not.
This class represents the fact that a predicate is currently false
NOT - Static variable in class jade.onto.basic.BasicOntology
 
NOT_UNDERSTOOD - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
Not() - Constructor for class jade.onto.basic.Not
 
not(MessageTemplate) - Static method in class jade.lang.acl.MessageTemplate
Logical not of a MessageTemplate object.
NotFoundException - exception jade.core.NotFoundException.
This exception is thrown when some component (agent, agent container, etc.) cannot be found in the agent platform data structures.
NotFoundException(String) - Constructor for class jade.core.NotFoundException
Construct a NotFoundException with the given message.
NOTIFY_DOWN - Variable in class jade.core.behaviours.Behaviour
A constant for parent-to-child notifications.
NOTIFY_UP - Variable in class jade.core.behaviours.Behaviour
A constant for child-to-parent notifications.
notifyRestarted(Behaviour) - Method in class jade.core.Agent
Notifies this agent that one of its behaviours has been restarted for some reason.
NotRegistered - exception jade.domain.FIPAAgentManagement.NotRegistered.
 
NOTREGISTERED - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
NOTREGISTERED - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
NotRegistered() - Constructor for class jade.domain.FIPAAgentManagement.NotRegistered
 
NotUnderstoodException - exception jade.domain.FIPAAgentManagement.NotUnderstoodException.
 
NotUnderstoodException(String) - Constructor for class jade.domain.FIPAAgentManagement.NotUnderstoodException
 

O

O - Static variable in interface jade.onto.Ontology
Boolean constant for Optional slots.
ObjectSchema - class jade.content.schema.ObjectSchema.
 
ObjectSchema(String) - Constructor for class jade.content.schema.ObjectSchema
Constructor
Occurred - class jade.domain.introspection.Occurred.
This class represents the 'occurred' predicate, whose argument is a JADE event.
OCCURRED - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
Occurred() - Constructor for class jade.domain.introspection.Occurred
 
OK - Static variable in class jade.gui.TimeChooser
 
onEnd() - Method in class jade.core.behaviours.Behaviour
This method is just an empty placeholder for subclasses.
onEnd() - Method in class jade.core.behaviours.CompositeBehaviour
Overrides the onEnd() method in the Behaviour class by simply calling the postAction() method for backward compatibility.
onEnd() - Method in class jade.core.behaviours.FSMBehaviour
Override the onEnd() method to return the exit value of the last executed state.
OneShotBehaviour - class jade.core.behaviours.OneShotBehaviour.
Atomic behaviour that executes just once.
OneShotBehaviour() - Constructor for class jade.core.behaviours.OneShotBehaviour
Default constructor.
OneShotBehaviour(Agent) - Constructor for class jade.core.behaviours.OneShotBehaviour
This constructor sets the owner agent for this OneShotBehaviour.
onGuiEvent(GuiEvent) - Method in class jade.gui.GuiAgent
 
onStart() - Method in class jade.core.behaviours.Behaviour
This method is just an empty placeholders for subclasses.
onStart() - Method in class jade.core.behaviours.CompositeBehaviour
Overrides the onStart() method in the Behaviour class by simply calling the preAction() method for backward compatibility.
onStart() - Method in class jade.proto.AchieveREInitiator
Override the onStart() method to initialize the vectors that will keep all the replies in the data store.
Ontology - interface jade.onto.Ontology.
An application specific ontology is represented by a properly initialized instance of a class implementing the Ontologyinterface.
Ontology - class jade.content.onto.Ontology.
An application-specific ontology describes the elements that agents can use within content of messages.
Ontology(String) - Constructor for class jade.content.onto.Ontology
Construct an ontology with a given name
Ontology(String, Ontology) - Constructor for class jade.content.onto.Ontology
Construct an ontology with a given name that extends base.
OntologyException - exception jade.onto.OntologyException.
This exception is thrown when some inconsistency is detected during some ontological operation.
OntologyException - exception jade.content.onto.OntologyException.
Generic exception of the content support.
OntologyException(String) - Constructor for class jade.onto.OntologyException
Create a new exception object.
OntologyException(String) - Constructor for class jade.content.onto.OntologyException
Construct an OntologyException with a given message.
OntologyException(String, Throwable) - Constructor for class jade.onto.OntologyException
Create a new exception object.
openURL(String) - Static method in class jade.gui.BrowserLauncher
Attempts to open the default web browser to the given URL.
OPTIONAL - Static variable in class jade.content.schema.ObjectSchema
 
or(MessageTemplate, MessageTemplate) - Static method in class jade.lang.acl.MessageTemplate
Logical or between two MessageTemplate objects.
OutChannel - interface jade.mtp.OutChannel.
This interface is the sender's view of an MTP.

P

paint(Graphics) - Method in class jade.gui.AclGui
Paint the AclGui panel
ParallelBehaviour - class jade.core.behaviours.ParallelBehaviour.
Composite behaviour with concurrent children scheduling.
ParallelBehaviour(Agent, int) - Constructor for class jade.core.behaviours.ParallelBehaviour
Construct a ParallelBehaviour setting the owner agent.
ParallelBehaviour(int) - Constructor for class jade.core.behaviours.ParallelBehaviour
Construct a ParallelBehaviour without setting the owner agent.
parent - Variable in class jade.core.behaviours.Behaviour
Back pointer to the enclosing Behaviour (if present).
PLATFORM_ID - Static variable in class jade.core.Profile
This constant is the name of the property whose value contains the unique platform ID of a JADE platform.
PlatformDescription - class jade.domain.introspection.PlatformDescription.
 
PLATFORMDESCRIPTION - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
PlatformDescription() - Constructor for class jade.domain.introspection.PlatformDescription
 
PlatformEvent - class jade.core.event.PlatformEvent.
This class represents an event related to the platform life cycle and configuration.
PlatformEvent(AID, ContainerID, ContainerID) - Constructor for class jade.core.event.PlatformEvent
This constructor is used to create a PlatformEvent when an agent moves from one container to another.
PlatformEvent(int, AID, ContainerID) - Constructor for class jade.core.event.PlatformEvent
This constructor is used to create a PlatformEvent when an agent is born or dies.
PlatformEvent(int, ContainerID) - Constructor for class jade.core.event.PlatformEvent
This constructor is used to create a PlatformEvent when a container is added or deleted.
PlatformListener - interface jade.core.event.PlatformListener.
 
postAction() - Method in class jade.core.behaviours.CompositeBehaviour
Deprecated. Use onEnd() instead. This method is just an empty placeholder for subclasses. It is invoked just once after this behaviour has ended. Therefore, it acts as an epilog for the composite task represented by this CompositeBehaviour.
POSTED_MESSAGE - Static variable in class jade.core.event.MessageEvent
 
PostedMessage - class jade.domain.introspection.PostedMessage.
 
POSTEDMESSAGE - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
PostedMessage() - Constructor for class jade.domain.introspection.PostedMessage
 
postedMessage(MessageEvent) - Method in interface jade.core.event.MessageListener
 
postGuiEvent(GuiEvent) - Method in interface jade.domain.DFGUIAdapter
This method notifies an event to the df.
postGuiEvent(GuiEvent) - Method in class jade.gui.GuiAgent
 
postMessage(ACLMessage) - Method in class jade.core.Agent
Put a received message into the agent message queue.
preAction() - Method in class jade.core.behaviours.CompositeBehaviour
Deprecated. Use onStart() instead. This method is just an empty placeholders for subclasses. It is executed just once before starting children scheduling. Therefore, it acts as a prolog to the composite task represented by this CompositeBehaviour.
Predicate - interface jade.content.Predicate.
 
PredicateSchema - class jade.content.schema.PredicateSchema.
 
PredicateSchema(String) - Constructor for class jade.content.schema.PredicateSchema
Constructor
prepareRequests(ACLMessage) - Method in class jade.proto.AchieveREInitiator
This method must return the vector of ACLMessage objects to be sent.
prepareResponse(ACLMessage) - Method in class jade.proto.AchieveREResponder
This method is called when the initiator's message is received that matches the message template passed in the constructor.
prepareResultNotification(ACLMessage, ACLMessage) - Method in class jade.proto.AchieveREResponder
This method is called after the response has been sent and only if the response was an agree message.
PRIMITIVE_SLOT - Static variable in interface jade.onto.Ontology
Constant for category of slots whose value is a primitive entity
PrimitiveSchema - class jade.content.schema.PrimitiveSchema.
 
PrimitiveSchema(String) - Constructor for class jade.content.schema.PrimitiveSchema
Creates a primitive schema of type kind.
printStackTrace() - Method in class jade.lang.Codec.CodecException
 
printStackTrace() - Method in class jade.lang.acl.ACLCodec.CodecException
 
printStackTrace() - Method in class jade.onto.OntologyException
 
Profile - class jade.core.Profile.
This class allows retrieving configuration-dependent classes.
Profile() - Constructor for class jade.core.Profile
 
ProfileException - exception jade.core.ProfileException.
 
ProfileException() - Constructor for class jade.core.ProfileException
Construct a ProfileException with no message.
ProfileException(String) - Constructor for class jade.core.ProfileException
Construct a ProfileException with the given message.
ProfileImpl - class jade.core.ProfileImpl.
This class allows the JADE core to retrieve configuration-dependent classes and boot parameters.
ProfileImpl() - Constructor for class jade.core.ProfileImpl
Creates a Profile implementation with the default configuration for launching a main-container on the localhost, RMI internal Message Transport Protocol, port number 1099, iiop MTP.
ProfileImpl(String, int, String) - Constructor for class jade.core.ProfileImpl
This constructor creates a default Profile for launching a platform.
PROPAGATE - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
Properties - class jade.util.leap.Properties.
J2SE implementation of the Properties.
Properties() - Constructor for class jade.util.leap.Properties
Constructor declaration
Properties(String) - Constructor for class jade.util.leap.Properties
Creates an empty property list.
Property - class jade.domain.FIPAAgentManagement.Property.
This class implements the property type, a pair of a name and value.
PROPERTY - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
Property() - Constructor for class jade.domain.FIPAAgentManagement.Property
 
PROPOSE - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
Proposition - interface jade.content.Proposition.
 
PROPOSITION - Static variable in class jade.content.onto.ACLOntology
 
PROPOSITION - Static variable in class jade.content.onto.BasicOntology
 
PROPOSITION - Static variable in class jade.content.schema.IRESchema
 
PropositionSchema - class jade.content.schema.PropositionSchema.
 
PropositionSchema(String) - Constructor for class jade.content.schema.PropositionSchema
Creates the proposition `proposition'.
PROXY - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
put(Object, Object) - Method in class jade.util.leap.HashMap
 
put(Object, Object) - Method in interface jade.util.leap.Map
Associates the specified value with the specified key in this map (optional operation).
putBack(ACLMessage) - Method in class jade.core.Agent
Puts a received ACL message back into the message queue.
putSlot(Object) - Method in class jade.onto.Frame
Adds an unnamed slot to this frame.
putSlot(String, Object) - Method in class jade.onto.Frame
Adds a named slot to this frame.

Q

QUANTIFIED_VARIABLE - Static variable in class jade.content.onto.BasicOntology
 
QUANTIFIED_VARIABLE - Static variable in class jade.content.schema.IRESchema
 
QuantifiedVariable - class jade.content.QuantifiedVariable.
 
QuantifiedVariable() - Constructor for class jade.content.QuantifiedVariable
Constructor
Quantifier - class jade.content.Quantifier.
 
QUANTIFIER - Static variable in class jade.content.onto.BasicOntology
 
Quantifier() - Constructor for class jade.content.Quantifier
Constructor
QUERY_IF - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
QUERY_PLATFORM_LOCATIONS - Static variable in class jade.domain.MobilityOntology
A symbolic constant, containing the name of the action.
QUERY_REF - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
QUERY_REF - Static variable in class jade.content.onto.ACLOntology
 
queryMsg - Variable in class jade.proto.FipaQueryInitiatorBehaviour
Deprecated. This is the query-refMsg sent in the first state of the protocol
QueryRef - class jade.content.acl.QueryRef.
 
QueryRef() - Constructor for class jade.content.acl.QueryRef
Constructor
Quit - class jade.domain.FIPAAgentManagement.Quit.
This class implements the quit action (termination of an agent).
QUIT - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
Quit() - Constructor for class jade.domain.FIPAAgentManagement.Quit
 

R

read(InputStream) - Static method in class jade.core.Agent
Read a previously saved agent from an input stream and restarts it under its former name.
read(InputStream, String) - Static method in class jade.core.Agent
Read a previously saved agent from an input stream and restarts it under a different name.
receive() - Method in class jade.core.Agent
Receives an ACL message from the agent message queue.
receive(MessageTemplate) - Method in class jade.core.Agent
Receives an ACL message matching a given template.
RECEIVED_MESSAGE - Static variable in class jade.core.event.MessageEvent
 
ReceivedMessage - class jade.domain.introspection.ReceivedMessage.
 
RECEIVEDMESSAGE - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
ReceivedMessage() - Constructor for class jade.domain.introspection.ReceivedMessage
 
receivedMessage(MessageEvent) - Method in interface jade.core.event.MessageListener
 
ReceivedObject - class jade.domain.FIPAAgentManagement.ReceivedObject.
 
RECEIVEDOBJECT - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
ReceivedObject() - Constructor for class jade.domain.FIPAAgentManagement.ReceivedObject
The constructor initializes the date to current time and all the Strings to an empty string.
ReceiverBehaviour - class jade.core.behaviours.ReceiverBehaviour.
Behaviour for receiving an ACL message.
ReceiverBehaviour.Handle - interface jade.core.behaviours.ReceiverBehaviour.Handle.
An interface representing ACL messages due to arrive within a time limit.
ReceiverBehaviour.NotYetReady - exception jade.core.behaviours.ReceiverBehaviour.NotYetReady.
Exception class for timeouts.
ReceiverBehaviour.TimedOut - exception jade.core.behaviours.ReceiverBehaviour.TimedOut.
Exception class for timeouts.
ReceiverBehaviour(Agent, long, MessageTemplate) - Constructor for class jade.core.behaviours.ReceiverBehaviour
This constructor creates a ReceiverBehaviour object that ends as soon as an ACL message matching a given MessageTemplate arrives or the passed millis timeout expires.
ReceiverBehaviour(Agent, ReceiverBehaviour.Handle, long) - Constructor for class jade.core.behaviours.ReceiverBehaviour
Receive any ACL message, waiting at most millis milliseconds (infinite time if millis<1).
ReceiverBehaviour(Agent, ReceiverBehaviour.Handle, long, MessageTemplate) - Constructor for class jade.core.behaviours.ReceiverBehaviour
 
RECEIVERS - Static variable in class jade.content.onto.ACLOntology
 
RECEIVERS - Static variable in class jade.content.schema.CommunicativeActSchema
 
ReflectiveIntrospector - class jade.content.onto.ReflectiveIntrospector.
 
ReflectiveIntrospector() - Constructor for class jade.content.onto.ReflectiveIntrospector
 
refresh(Iterator, Iterator, Iterator) - Method in interface jade.domain.DFGUIInterface
 
REFRESHAPPLET - Static variable in interface jade.domain.DFGUIAdapter
 
refreshLastSearchResults(List, AID) - Method in interface jade.domain.DFGUIInterface
 
refreshLocalPlatformName(String) - Method in class jade.gui.AgentTree
 
REFUSE - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
RefuseException - exception jade.domain.FIPAAgentManagement.RefuseException.
This class represents a generic RefuseException
RefuseException(String) - Constructor for class jade.domain.FIPAAgentManagement.RefuseException
 
Register - class jade.domain.FIPAAgentManagement.Register.
This class implements the register action (registration of an agent description).
REGISTER - Static variable in interface jade.domain.DFGUIAdapter
 
REGISTER - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
Register() - Constructor for class jade.domain.FIPAAgentManagement.Register
 
register(Agent, AID, AMSAgentDescription) - Static method in class jade.domain.AMSService
Register a AMSAgentDescription with a AMS agent.
register(Agent, AID, AMSAgentDescription) - Static method in class jade.domain.AMSServiceCommunicator
Deprecated. Register a AMSAgentDescription with a AMS agent.
register(Agent, AID, DFAgentDescription) - Static method in class jade.domain.DFService
Register a DFDescriptiont with a DF agent.
register(Agent, AID, DFAgentDescription) - Static method in class jade.domain.DFServiceCommunicator
Deprecated. Register a DFDescriptiont with a DF agent.
register(Agent, AMSAgentDescription) - Static method in class jade.domain.AMSService
registers a AMSAgentDescription with the default AMS
register(Agent, AMSAgentDescription) - Static method in class jade.domain.AMSServiceCommunicator
Deprecated. registers a AMSAgentDescription with the default AMS
register(Agent, DFAgentDescription) - Static method in class jade.domain.DFService
registers a DFAgentDescription with the default DF
register(Agent, DFAgentDescription) - Static method in class jade.domain.DFServiceCommunicator
Deprecated. registers a DFAgentDescription with the default DF
register(String, JPopupMenu, String) - Method in class jade.gui.AgentTree
 
registerDefaultTransition(String, String) - Method in class jade.core.behaviours.FSMBehaviour
Register a default transition in the FSM defining the policy for children scheduling of this FSMBehaviour.
registerFactory(String, FipaRequestResponderBehaviour.Factory) - Method in class jade.proto.FipaRequestResponderBehaviour
Associate a Factory object with an action name.
registerFirstState(Behaviour, String) - Method in class jade.core.behaviours.FSMBehaviour
Register a Behaviour as the initial state of this FSMBehaviour.
registerHandleAgree(Behaviour) - Method in class jade.proto.AchieveREInitiator
This method allows to register a user defined Behaviour in the HANDLE_AGREE state.
registerHandleAllResponses(Behaviour) - Method in class jade.proto.AchieveREInitiator
This method allows to register a user defined Behaviour in the HANDLE_ALL_RESPONSES state.
registerHandleAllResultNotifications(Behaviour) - Method in class jade.proto.AchieveREInitiator
This method allows to register a user defined Behaviour in the HANDLE_ALL_RESULT_NOTIFICATIONS state.
registerHandleFailure(Behaviour) - Method in class jade.proto.AchieveREInitiator
This method allows to register a user defined Behaviour in the HANDLE_FAILURE state.
registerHandleInform(Behaviour) - Method in class jade.proto.AchieveREInitiator
This method allows to register a user defined Behaviour in the HANDLE_INFORM state.
registerHandleNotUnderstood(Behaviour) - Method in class jade.proto.AchieveREInitiator
This method allows to register a user defined Behaviour in the HANDLE_NOT_UNDERSTOOD state.
registerHandleRefuse(Behaviour) - Method in class jade.proto.AchieveREInitiator
This method allows to register a user defined Behaviour in the HANDLE_REFUSE state.
registerLanguage(Codec) - Method in class jade.content.ContentManager
Registers a codec c.
registerLanguage(Codec, String) - Method in class jade.content.ContentManager
Registers a language, i.e., a codec c plus a name.
registerLanguage(String, Codec) - Method in class jade.core.Agent
Adds a Content Language codec to the agent capabilities.
registerLastState(Behaviour, String) - Method in class jade.core.behaviours.FSMBehaviour
Register a Behaviour as a final state of this FSMBehaviour.
registerOntology(Ontology) - Method in class jade.content.ContentManager
Registers an ontology.
registerOntology(Ontology, String) - Method in class jade.content.ContentManager
Registers an ontology with a given name.
registerOntology(String, Ontology) - Method in class jade.core.Agent
Adds an Ontology to the agent capabilities.
registerPrepareRequests(Behaviour) - Method in class jade.proto.AchieveREInitiator
This method allows to register a user defined Behaviour in the PREPARE_REQUESTS state.
registerPrepareResponse(Behaviour) - Method in class jade.proto.AchieveREResponder
This method allows to register a user defined Behaviour in the PREPARE_RESPONSE state.
registerPrepareResultNotification(Behaviour) - Method in class jade.proto.AchieveREResponder
This method allows to register a user defined Behaviour in the PREPARE_RESULT_NOTIFICATION state.
registerState(Behaviour, String) - Method in class jade.core.behaviours.FSMBehaviour
Register a Behaviour as a state of this FSMBehaviour.
registerTransition(String, String, int) - Method in class jade.core.behaviours.FSMBehaviour
Register a transition in the FSM defining the policy for children scheduling of this FSMBehaviour.
RegisterWith - class jade.domain.DFGUIManagement.RegisterWith.
This class implement the registerWith action.
REGISTERWITH - Static variable in class jade.domain.DFGUIManagement.DFAppletManagementOntology
 
RegisterWith() - Constructor for class jade.domain.DFGUIManagement.RegisterWith
 
REJECT_PROPOSAL - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
RELATIVE - Static variable in class jade.gui.TimeChooser
 
remove(int) - Method in interface jade.util.leap.List
Removes the element at the specified position in this list.
remove(int) - Method in class jade.util.leap.ArrayList
 
remove(int) - Method in class jade.util.leap.LinkedList
 
remove(Object) - Method in class jade.util.leap.HashMap
 
remove(Object) - Method in class jade.util.leap.ArrayList
 
remove(Object) - Method in class jade.util.leap.LinkedList
 
remove(Object) - Method in class jade.util.leap.SortedSetImpl
 
remove(Object) - Method in interface jade.util.leap.Map
Removes the mapping for this key from this map if present (optional operation).
remove(Object) - Method in interface jade.util.leap.Collection
Removes one instance of the specified element.
removeAddresses(String) - Method in class jade.core.AID
To remove a transport address.
removeAddresses(String) - Method in class jade.domain.FIPAAgentManagement.MTPDescription
 
removeAgentDesc(AID, AID) - Method in interface jade.domain.DFGUIInterface
 
removeAgentNode(String, String) - Method in class jade.gui.AgentTree
 
removeAvailableMtps(MTPDescription) - Method in class jade.domain.FIPAAgentManagement.APTransportDescription
 
removeBehaviour(Behaviour) - Method in class jade.core.Agent
This method removes a given behaviour from the agent.
removeChildren(AID) - Method in interface jade.domain.DFGUIInterface
 
removeContainerNode(String) - Method in class jade.gui.AgentTree
 
REMOVED_BEHAVIOUR - Static variable in class jade.core.event.AgentEvent
 
REMOVED_CONTAINER - Static variable in class jade.core.event.PlatformEvent
 
REMOVED_MTP - Static variable in class jade.core.event.MTPEvent
 
RemovedBehaviour - class jade.domain.introspection.RemovedBehaviour.
 
REMOVEDBEHAVIOUR - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
RemovedBehaviour() - Constructor for class jade.domain.introspection.RemovedBehaviour
 
removedBehaviour(AgentEvent) - Method in interface jade.core.event.AgentListener
 
RemovedContainer - class jade.domain.introspection.RemovedContainer.
This class represents the removed-container concept in the jade-introspection ontology.
REMOVEDCONTAINER - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
RemovedContainer() - Constructor for class jade.domain.introspection.RemovedContainer
 
removedContainer(PlatformEvent) - Method in interface jade.core.event.PlatformListener
 
removeDebuggedAgents(AID) - Method in class jade.domain.JADEAgentManagement.DebugOn
 
removeDebuggedAgents(AID) - Method in class jade.domain.JADEAgentManagement.DebugOff
 
RemovedMTP - class jade.domain.introspection.RemovedMTP.
This class represents the removed-mtp concept in the jade-introspection ontology.
REMOVEDMTP - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
RemovedMTP() - Constructor for class jade.domain.introspection.RemovedMTP
 
removedMTP(MTPEvent) - Method in interface jade.core.event.MTPListener
 
removeElement(AbsTerm) - Method in class jade.content.abs.AbsAggregate
Removes an element.
removeElement(int) - Method in class jade.content.abs.AbsAggregate
Removes an element.
removeElement(Object) - Method in class jade.gui.VisualStringList
 
removeElement(Object) - Method in class jade.gui.VisualPropertiesList
 
removeEncrypted(String) - Method in class jade.domain.FIPAAgentManagement.Envelope
 
removeFirst() - Method in class jade.util.leap.LinkedList
Removes and returns the first element from this list.
removeIntendedReceiver(AID) - Method in class jade.domain.FIPAAgentManagement.Envelope
 
removeLanguages(String) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
removeLanguages(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
removeOntologies(String) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
removeOntologies(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
removeParent(AID) - Method in interface jade.domain.DFGUIInterface
 
removeProperties(Property) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
removeProtocols(String) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
removeProtocols(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
removeReceiver(AID) - Method in class jade.lang.acl.ACLMessage
Removes a value from :receiver slot.
removeRemotePlatformNode(String) - Method in class jade.gui.AgentTree
 
removeReplyTo(AID) - Method in class jade.lang.acl.ACLMessage
Removes a value from :reply_to slot.
removeResolvers(AID) - Method in class jade.core.AID
To remove a resolver.
removeRoles(Role) - Method in class jade.onto.JADEMetaOntology.AnOntology
 
removeSearchResult(AID) - Method in interface jade.domain.DFGUIInterface
 
removeServices(ServiceDescription) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
removeSlots(Slot) - Method in class jade.onto.JADEMetaOntology.Role
 
removeSniffedAgents(AID) - Method in class jade.domain.JADEAgentManagement.SniffOn
 
removeSniffedAgents(AID) - Method in class jade.domain.JADEAgentManagement.SniffOff
 
removeSubBehaviour(Behaviour) - Method in class jade.core.behaviours.ParallelBehaviour
Remove a sub behaviour from this ParallelBehaviour
removeSubBehaviour(Behaviour) - Method in class jade.core.behaviours.SequentialBehaviour
Remove a sub behaviour from this SequentialBehaviour
removeTo(AID) - Method in class jade.domain.FIPAAgentManagement.Envelope
 
removeUserDefinedParameter(String) - Method in class jade.lang.acl.ACLMessage
Removes the key and its corresponding value from the list of user defined parameters in this ACLMessage.
REPLY_KEY - Variable in class jade.proto.AchieveREInitiator
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired).
Request - class jade.content.acl.Request.
 
REQUEST - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
REQUEST - Static variable in class jade.content.onto.ACLOntology
 
REQUEST_KEY - Variable in class jade.proto.AchieveREInitiator
key to retrieve from the DataStore of the behaviour the ACLMessage object passed in the constructor of the class.
REQUEST_KEY - Variable in class jade.proto.AchieveREResponder
key to retrieve from the DataStore of the behaviour the ACLMessage object sent by the initiator.
REQUEST_WHEN - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
REQUEST_WHENEVER - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
Request() - Constructor for class jade.content.acl.Request
Constructor
RequestFIPAServiceBehaviour - class jade.domain.RequestFIPAServiceBehaviour.
This class extends the FipaRequestIntiatorBehaviour in order to request an agent, e.g.
RequestFIPAServiceBehaviour.NotYetReady - exception jade.domain.RequestFIPAServiceBehaviour.NotYetReady.
Exception class for timeouts.
RequestFIPAServiceBehaviour(Agent, AID, String, Object) - Constructor for class jade.domain.RequestFIPAServiceBehaviour
Create a behaviour to request an agent to perform a specific action.
RequestFIPAServiceBehaviour(Agent, AID, String, Object, SearchConstraints) - Constructor for class jade.domain.RequestFIPAServiceBehaviour
Create a behaviour to request an agent to perform a specific action.
reset() - Method in class jade.core.behaviours.Behaviour
Restores behaviour initial state.
reset() - Method in class jade.core.behaviours.CompositeBehaviour
Puts a CompositeBehaviour back in initial state.
reset() - Method in class jade.core.behaviours.ParallelBehaviour
Resets this behaviour.
reset() - Method in class jade.core.behaviours.SimpleBehaviour
Resets a SimpleBehaviour.
reset() - Method in class jade.core.behaviours.ReceiverBehaviour
Resets this behaviour.
reset() - Method in class jade.lang.acl.ACLMessage
Resets all the message slots.
reset() - Method in class jade.proto.FipaRequestInitiatorBehaviour
This method resets this behaviour so that it restarts from the initial state of the protocol with the same request message.
reset() - Method in class jade.proto.AchieveREInitiator
reset this behaviour by putting a null ACLMessage as message to be sent
reset() - Method in class jade.proto.FipaContractNetInitiatorBehaviour
Deprecated. This method resets this behaviour object so that it restarts from the initial state of the protocol.
reset() - Method in class jade.proto.FipaQueryResponderBehaviour
This method allows to reset the behaviour.
reset() - Method in class jade.proto.FipaContractNetResponderBehaviour
This method is called to restart the protocol and wait again for a new call for proposal message.
reset(ACLMessage) - Method in class jade.proto.FipaRequestInitiatorBehaviour
This method resets this behaviour so that it restarts the protocol with another request message.
reset(ACLMessage) - Method in class jade.proto.AchieveREInitiator
reset this behaviour
reset(ACLMessage, List) - Method in class jade.proto.FipaContractNetInitiatorBehaviour
Deprecated.  
reset(ACLMessage, List) - Method in class jade.proto.FipaContractNetInitiatorBehaviour
Deprecated.  
reset(ACLMessage, MessageTemplate) - Method in class jade.proto.FipaRequestInitiatorBehaviour
This method resets this behaviour so that it restarts the protocol with other request message and MessageTemplate
reset(Date) - Method in class jade.core.behaviours.WakerBehaviour
This method must be called to reset the behaviour and starts again
reset(long) - Method in class jade.core.behaviours.WakerBehaviour
This method must be called to reset the behaviour and starts again
reset(MessageTemplate) - Method in class jade.proto.AchieveREResponder
This method allows to change the MessageTemplate that defines what messages this FIPARequestResponder will react to and reset the protocol.
resetContent(Iterator) - Method in class jade.gui.VisualStringList
 
RESOLVERS - Static variable in class jade.content.onto.BasicOntology
 
RESPONSE_KEY - Variable in class jade.proto.AchieveREResponder
key to retrieve from the DataStore of the behaviour the ACLMessage object sent as a response to the initiator.
restart() - Method in class jade.core.behaviours.Behaviour
Restarts a blocked behaviour.
restart() - Method in class jade.core.behaviours.CompositeBehaviour
Restarts this behaviour.
restartLater(Behaviour, long) - Method in class jade.core.Agent
Schedules a restart for a behaviour, after a certain amount of time has passed.
restore(InputStream) - Method in class jade.core.Agent
This method reads a previously saved agent, replacing the current state of this agent with the one previously saved.
RESULT - Static variable in class jade.onto.basic.BasicOntology
 
RESULT_NOTIFICATION_KEY - Variable in class jade.proto.AchieveREResponder
key to retrieve from the DataStore of the behaviour the ACLMessage object sent as a result notification to the initiator.
ResultPredicate - class jade.onto.basic.ResultPredicate.
This class represents the result predicate ontological role, i.e.
ResultPredicate() - Constructor for class jade.onto.basic.ResultPredicate
 
Role - class jade.onto.JADEMetaOntology.Role.
 
ROLE - Static variable in class jade.onto.JADEMetaOntology.JADEMetaOntology
 
Role() - Constructor for class jade.onto.JADEMetaOntology.Role
 
root() - Method in class jade.core.behaviours.Behaviour
Returns the root for this Behaviour object.
ROUTED_MESSAGE - Static variable in class jade.core.event.MessageEvent
 
RoutedMessage - class jade.domain.introspection.RoutedMessage.
 
ROUTEDMESSAGE - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
RoutedMessage() - Constructor for class jade.domain.introspection.RoutedMessage
 
routedMessage(MessageEvent) - Method in interface jade.core.event.MessageListener
 
run() - Method in class jade.core.Agent
This method is the main body of every agent.
Runtime - class jade.core.Runtime.
This class is a Singleton class, allowing intial access to the JADE runtime system.

S

scheduleFirst() - Method in class jade.core.behaviours.CompositeBehaviour
This method schedules the first child to be executed
scheduleFirst() - Method in class jade.core.behaviours.FSMBehaviour
Prepare the first child for execution.
scheduleFirst() - Method in class jade.core.behaviours.ParallelBehaviour
Prepare the first child for execution
scheduleFirst() - Method in class jade.core.behaviours.SequentialBehaviour
Prepare the first child for execution
scheduleNext(boolean, int) - Method in class jade.core.behaviours.CompositeBehaviour
This method schedules the next child to be executed
scheduleNext(boolean, int) - Method in class jade.core.behaviours.FSMBehaviour
This method schedules the next child to be executed.
scheduleNext(boolean, int) - Method in class jade.core.behaviours.ParallelBehaviour
This method schedules children behaviours one at a time, in a round robin fashion.
scheduleNext(boolean, int) - Method in class jade.core.behaviours.SequentialBehaviour
Sequential policy for children scheduling.
Search - class jade.domain.FIPAAgentManagement.Search.
This class implements the search action (searching for agent description).
SEARCH - Static variable in interface jade.domain.DFGUIAdapter
 
SEARCH - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
Search() - Constructor for class jade.domain.FIPAAgentManagement.Search
 
search(Agent, AID, AMSAgentDescription) - Static method in class jade.domain.AMSService
searches with the passed AMS by using the default SearchConstraints.
search(Agent, AID, AMSAgentDescription) - Static method in class jade.domain.AMSServiceCommunicator
Deprecated. searches with the passed AMS by using the default SearchConstraints.
search(Agent, AID, AMSAgentDescription, SearchConstraints) - Static method in class jade.domain.AMSService
Searches for data contained within a AMS agent.
search(Agent, AID, AMSAgentDescription, SearchConstraints) - Static method in class jade.domain.AMSServiceCommunicator
Deprecated. Searches for data contained within a AMS agent.
search(Agent, AID, DFAgentDescription) - Static method in class jade.domain.DFService
The default SearchConstraints are used.
search(Agent, AID, DFAgentDescription) - Static method in class jade.domain.DFServiceCommunicator
Deprecated. The default SearchConstraints are used.
search(Agent, AID, DFAgentDescription, SearchConstraints) - Static method in class jade.domain.DFService
Searches for data contained within a DF agent.
search(Agent, AID, DFAgentDescription, SearchConstraints) - Static method in class jade.domain.DFServiceCommunicator
Deprecated. Searches for data contained within a DF agent.
search(Agent, AMSAgentDescription) - Static method in class jade.domain.AMSService
searches with the default AMS and the default SearchConstraints.
search(Agent, AMSAgentDescription) - Static method in class jade.domain.AMSServiceCommunicator
Deprecated. searches with the default AMS and the default SearchConstraints.
search(Agent, AMSAgentDescription, SearchConstraints) - Static method in class jade.domain.AMSService
searches with the default AMS
search(Agent, AMSAgentDescription, SearchConstraints) - Static method in class jade.domain.AMSServiceCommunicator
Deprecated. searches with the default AMS
search(Agent, DFAgentDescription) - Static method in class jade.domain.DFService
The default DF is used.
search(Agent, DFAgentDescription) - Static method in class jade.domain.DFServiceCommunicator
Deprecated. The default DF is used.
search(Agent, DFAgentDescription, SearchConstraints) - Static method in class jade.domain.DFService
The default DF is used.
search(Agent, DFAgentDescription, SearchConstraints) - Static method in class jade.domain.DFServiceCommunicator
Deprecated. The default DF is used.
SearchConstraints - class jade.domain.FIPAAgentManagement.SearchConstraints.
This class models a search constraint.
SEARCHCONSTRAINTS - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
SearchConstraints() - Constructor for class jade.domain.FIPAAgentManagement.SearchConstraints
 
SearchOn - class jade.domain.DFGUIManagement.SearchOn.
This class implements the searcOn action.
SEARCHON - Static variable in class jade.domain.DFGUIManagement.DFAppletManagementOntology
 
SearchOn() - Constructor for class jade.domain.DFGUIManagement.SearchOn
 
send(ACLMessage) - Method in class jade.core.Agent
Send an ACL message to another agent.
SENDER - Static variable in class jade.content.onto.ACLOntology
 
SENDER - Static variable in class jade.content.schema.CommunicativeActSchema
 
SenderBehaviour - class jade.core.behaviours.SenderBehaviour.
Behaviour for sending an ACL message.
SenderBehaviour(Agent, ACLMessage) - Constructor for class jade.core.behaviours.SenderBehaviour
Send a given ACL message.
sendReply(int, String) - Method in class jade.proto.FipaRequestResponderBehaviour.ActionHandler
Send a reply message back to the requester.
SENT_MESSAGE - Static variable in class jade.core.event.MessageEvent
 
SentMessage - class jade.domain.introspection.SentMessage.
 
SENTMESSAGE - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
SentMessage() - Constructor for class jade.domain.introspection.SentMessage
 
sentMessage(MessageEvent) - Method in interface jade.core.event.MessageListener
 
SEQUENCE - Static variable in class jade.content.onto.BasicOntology
 
SEQUENCE_SLOT - Static variable in interface jade.onto.Ontology
Constant for category of slots whose value is a sequence of entities
SequentialBehaviour - class jade.core.behaviours.SequentialBehaviour.
Composite behaviour with sequential children scheduling.
SequentialBehaviour() - Constructor for class jade.core.behaviours.SequentialBehaviour
Default constructor.
SequentialBehaviour(Agent) - Constructor for class jade.core.behaviours.SequentialBehaviour
This constructor sets the owner agent for this behaviour.
Serializable - interface jade.util.leap.Serializable.
J2SE version of the &qote;Serializable&qote; interface.
ServiceDescription - class jade.domain.FIPAAgentManagement.ServiceDescription.
This class models a service data type.
SERVICEDESCRIPTION - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
ServiceDescription() - Constructor for class jade.domain.FIPAAgentManagement.ServiceDescription
 
ServiceDscDlg - class jade.gui.ServiceDscDlg.
 
Set - interface jade.util.leap.Set.
The LEAP version of the Set interface.
SET - Static variable in class jade.content.onto.BasicOntology
 
set_0(Action) - Method in class jade.onto.basic.ResultPredicate
This method sets the action expression for of which the result is indicated.
set_0(Action) - Method in class jade.onto.basic.DonePredicate
This method sets the action expression indicating the action that has been performed and the agent who performed it.
set_0(AID) - Method in class jade.domain.MobilityOntology.WhereIsAgentAction
 
set_0(AID) - Method in class jade.domain.FIPAAgentManagement.Quit
 
set_0(AID) - Method in class jade.onto.basic.Action
Sets the identifier of the agent performing the action.
set_0(EventRecord) - Method in class jade.domain.introspection.Occurred
 
set_0(MobilityOntology.MobileAgentDescription) - Method in class jade.domain.MobilityOntology.MoveAction
 
set_0(Object) - Method in class jade.domain.FIPAAgentManagement.Search
 
set_0(Object) - Method in class jade.domain.FIPAAgentManagement.Register
 
set_0(Object) - Method in class jade.domain.FIPAAgentManagement.Modify
 
set_0(Object) - Method in class jade.domain.FIPAAgentManagement.Deregister
 
set_0(Object) - Method in class jade.onto.basic.Not
Sets the predicate that is asserted to be false.
set_0(String) - Method in class jade.domain.FIPAAgentManagement.UnsupportedValue
 
set_0(String) - Method in class jade.domain.FIPAAgentManagement.UnsupportedAct
 
set_0(String) - Method in class jade.domain.FIPAAgentManagement.InternalError
 
set_0(String) - Method in class jade.domain.FIPAAgentManagement.UnrecognisedValue
 
set_0(String) - Method in class jade.domain.FIPAAgentManagement.UnexpectedParameter
 
set_0(String) - Method in class jade.domain.FIPAAgentManagement.UnrecognisedParameterValue
 
set_0(String) - Method in class jade.domain.FIPAAgentManagement.UnexpectedAct
 
set_0(String) - Method in class jade.domain.FIPAAgentManagement.UnsupportedFunction
 
set_0(String) - Method in class jade.domain.FIPAAgentManagement.MissingParameter
 
set_0(String) - Method in class jade.onto.JADEMetaOntology.AnOntology
 
set_1(Object) - Method in class jade.onto.basic.Action
Sets the action object
set_1(SearchConstraints) - Method in class jade.domain.FIPAAgentManagement.Search
 
set_1(String) - Method in class jade.domain.MobilityOntology.CloneAction
 
set_1(String) - Method in class jade.domain.FIPAAgentManagement.UnexpectedParameter
 
set_1(String) - Method in class jade.domain.FIPAAgentManagement.UnrecognisedParameterValue
 
set_1(String) - Method in class jade.domain.FIPAAgentManagement.MissingParameter
 
SET_SLOT - Static variable in interface jade.onto.Ontology
Constant for category of slots whose value is a set of entities
set(boolean) - Method in class jade.content.abs.AbsPrimitive
Sets a boolean value.
set(float) - Method in class jade.content.abs.AbsPrimitive
Sets a float value.
set(int) - Method in class jade.content.abs.AbsPrimitive
Sets an integer value.
set(String) - Method in class jade.content.abs.AbsPrimitive
Sets a string value.
set(String, AbsContentElement) - Method in class jade.content.abs.AbsActionPredicate
Sets the argument of the predicate.
set(String, AbsContentElement) - Method in class jade.content.abs.AbsCommunicativeAct
Sets a parameter of the communicative act.
set(String, AbsObject) - Method in class jade.content.abs.AbsObject
Sets an attribute of the object.
set(String, AbsProposition) - Method in class jade.content.abs.AbsHigherOrderPredicate
Sets an argument of the predicate.
set(String, AbsTerm) - Method in class jade.content.abs.AbsConcept
Sets a slot of the concept.
set(String, AbsTerm) - Method in class jade.content.abs.AbsAgentAction
Sets the parameter of the action.
set(String, AbsTerm) - Method in class jade.content.abs.AbsPredicate
Sets the value of an argument.
set(String, boolean) - Method in class jade.content.abs.AbsConcept
Sets a boolean slot.
set(String, float) - Method in class jade.content.abs.AbsConcept
Sets a float slot.
set(String, int) - Method in class jade.content.abs.AbsConcept
Sets an integer slot.
set(String, String) - Method in class jade.content.abs.AbsConcept
Sets a string slot.
setAclRepresentation(String) - Method in class jade.domain.FIPAAgentManagement.Envelope
 
setAclRepresentation(String) - Method in class jade.domain.introspection.ACLMessage
 
setAction(GenericAction) - Method in class jade.content.acl.Request
Sets the action.
setAction(Object) - Method in class jade.onto.basic.Action
Sets the action object.
setActor(AID) - Method in class jade.onto.basic.Action
Sets the identifier of the agent performing the action.
setAdapter(DFGUIAdapter) - Method in interface jade.domain.DFGUIInterface
 
setAddress(InetAddress) - Method in class jade.gui.AgentTree.ContainerNode
 
setAddress(String) - Method in class jade.core.ContainerID
 
setAddress(String) - Method in class jade.domain.JADEAgentManagement.InstallMTP
 
setAddress(String) - Method in class jade.domain.JADEAgentManagement.UninstallMTP
 
setAddress(String) - Method in class jade.domain.introspection.RemovedMTP
 
setAddress(String) - Method in class jade.domain.introspection.AddedMTP
 
setAgent(Agent) - Method in class jade.core.behaviours.Behaviour
Associates this behaviour with the agent it belongs to.
setAgent(AID) - Method in class jade.domain.JADEAgentManagement.KillAgent
 
setAgent(AID) - Method in class jade.domain.introspection.BornAgent
 
setAgent(AID) - Method in class jade.domain.introspection.DeadAgent
 
setAgent(AID) - Method in class jade.domain.introspection.RemovedBehaviour
 
setAgent(AID) - Method in class jade.domain.introspection.ChangedBehaviourState
 
setAgent(AID) - Method in class jade.domain.introspection.AddedBehaviour
 
setAgent(AID) - Method in class jade.domain.introspection.MovedAgent
 
setAgent(AID) - Method in class jade.domain.introspection.ChangedAgentState
 
setAgentName(String) - Method in class jade.domain.JADEAgentManagement.CreateAgent
 
setAgentProfile(MobilityOntology.MobileAgentProfile) - Method in class jade.domain.MobilityOntology.MobileAgentDescription
 
setAgentVersion(String) - Method in class jade.domain.MobilityOntology.MobileAgentDescription
 
setAmsAID(AID) - Method in class jade.gui.AgentTree.RemotePlatformNode
 
setAMSDescription(AMSAgentDescription) - Method in class jade.gui.AgentTree.RemoteAgentNode
 
setAPDescription(APDescription) - Method in class jade.gui.AgentTree.RemotePlatformNode
 
setAPDescription(APDescription) - Method in class jade.gui.APDescriptionPanel
To set the field with the valued of a given APDescription.
setArgs(Object[]) - Method in class jade.core.Specifier
 
setArguments(Object[]) - Method in class jade.core.Agent
Called by AgentContainerImpl in order to pass arguments to a just created Agent.
setArguments(String[]) - Method in class jade.core.Agent
Deprecated. use the method getArguments instead
setBehaviour(BehaviourID) - Method in class jade.domain.introspection.RemovedBehaviour
 
setBehaviour(BehaviourID) - Method in class jade.domain.introspection.ChangedBehaviourState
 
setBehaviour(BehaviourID) - Method in class jade.domain.introspection.AddedBehaviour
 
setBy(String) - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
 
setCategory(Long) - Method in class jade.onto.JADEMetaOntology.Slot
 
setCheckMandatorySlots(boolean) - Method in class jade.gui.VisualAIDList
This method is used to ensure that the mandatory fields would be corrected inserted.
setCheckMandatorySlots(boolean) - Method in class jade.gui.VisualServicesList
This method is used to ensure that the mandatory fields would be corrected inserted.
setChildrenDF(Object) - Method in class jade.domain.DFGUIManagement.Federate
 
setChildrenDF(Object) - Method in class jade.domain.DFGUIManagement.DeregisterFrom
 
setClassName(String) - Method in class jade.core.Specifier
 
setClassName(String) - Method in class jade.domain.JADEAgentManagement.CreateAgent
 
setClassName(String) - Method in class jade.domain.JADEAgentManagement.InstallMTP
 
setClassName(String) - Method in class jade.onto.JADEMetaOntology.Role
 
setCloseVM(boolean) - Method in class jade.core.Runtime
 
setComments(String) - Method in class jade.domain.FIPAAgentManagement.Envelope
 
setConcept(AbsConcept) - Method in class jade.content.abs.AbsEquals
Sets the described concept.
setConcept(Concept) - Method in class jade.content.Equals
Sets the described concept.
setConstraint() - Method in class jade.gui.ConstraintDlg
This method display a gui to insert the search constraints.
setConstraints(SearchConstraints) - Method in class jade.domain.DFGUIManagement.SearchOn
 
setContainer(ContainerID) - Method in class jade.domain.JADEAgentManagement.CreateAgent
 
setContainer(ContainerID) - Method in class jade.domain.JADEAgentManagement.InstallMTP
 
setContainer(ContainerID) - Method in class jade.domain.JADEAgentManagement.UninstallMTP
 
setContainer(ContainerID) - Method in class jade.domain.JADEAgentManagement.KillContainer
 
setContainer(ContainerID) - Method in class jade.domain.introspection.RemovedContainer
 
setContainer(ContainerID) - Method in class jade.domain.introspection.AddedContainer
 
setContent(String) - Method in class jade.lang.acl.ACLMessage
Writes the :content slot.
setContentObject(Serializable) - Method in class jade.lang.acl.ACLMessage
This method sets the content of this ACLMessage to a Java object.
setContentProperties(Properties) - Method in class jade.gui.VisualPropertiesList
This method must be used after a resetContent on this list to update the properties.
setConversationId(String) - Method in class jade.lang.acl.ACLMessage
Writes the :conversation-id slot.
setDataStore(DataStore) - Method in class jade.core.behaviours.Behaviour
Set the private data store of this Behaviour
setDataStore(DataStore) - Method in class jade.proto.AchieveREInitiator
Override the setDataStore() method to initialize propagate this setting to all children.
setDate(Date) - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
 
setDate(Date) - Method in class jade.domain.FIPAAgentManagement.Envelope
 
setDate(Date) - Method in class jade.gui.TimeChooser
 
setDebugger(AID) - Method in class jade.domain.JADEAgentManagement.DebugOn
 
setDebugger(AID) - Method in class jade.domain.JADEAgentManagement.DebugOff
 
setDefaultEnvelope() - Method in class jade.lang.acl.ACLMessage
Writes the message envelope for this message, using the :sender and :receiver message slots to fill in the envelope.
setDependencies(String) - Method in class jade.domain.MobilityOntology.MobileAgentSystem
 
setDependencies(String) - Method in class jade.domain.MobilityOntology.MobileAgentLanguage
 
setDependencies(String) - Method in class jade.domain.MobilityOntology.MobileAgentOS
 
setDescription(DFAgentDescription) - Method in class jade.domain.DFGUIManagement.SearchOn
 
setDescription(DFAgentDescription) - Method in class jade.domain.DFGUIManagement.RegisterWith
 
setDescription(DFAgentDescription) - Method in class jade.domain.DFGUIManagement.ModifyOn
 
setDestination(Location) - Method in class jade.domain.MobilityOntology.MobileAgentDescription
 
setDf(AID) - Method in class jade.domain.DFGUIManagement.SearchOn
The df on which the search will be made.
setDf(AID) - Method in class jade.domain.DFGUIManagement.RegisterWith
 
setDf(AID) - Method in class jade.domain.DFGUIManagement.ModifyOn
The df on which the modify action will be perfomed.
setDimension(Dimension) - Method in class jade.gui.VisualStringList
Sets the dimension of the panel.
setDynamic(Boolean) - Method in class jade.domain.FIPAAgentManagement.APDescription
 
setEnabled(boolean) - Method in class jade.gui.AclGui
Enables/disables the editability of all the controls in an AclGui panel (default is enabled)
setEnabled(boolean) - Method in class jade.gui.VisualStringList
Use this method to enable/disable the Add and Remove fields of the popUp menu.
setEncoding(String) - Method in class jade.lang.acl.ACLMessage
Writes the :encoding slot.
setEnvelope(Envelope) - Method in class jade.lang.acl.ACLMessage
Attaches an envelope to this message.
setEnvelope(Envelope) - Method in class jade.domain.introspection.ACLMessage
 
setFrom(AgentState) - Method in class jade.domain.introspection.ChangedAgentState
 
setFrom(AID) - Method in class jade.domain.FIPAAgentManagement.Envelope
 
setFrom(Channel) - Method in class jade.domain.introspection.RoutedMessage
 
setFrom(ContainerID) - Method in class jade.domain.introspection.MovedAgent
 
setFrom(String) - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
 
setFrom(String) - Method in class jade.domain.introspection.ChangedBehaviourState
 
setId(String) - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
 
setInReplyTo(String) - Method in class jade.lang.acl.ACLMessage
Writes the :in-reply-to slot.
setIRE(AbsIRE) - Method in class jade.content.abs.AbsEquals
Sets the IRE describing the concept.
setIRE(IRE) - Method in class jade.content.Equals
Sets the IRE that describes the object.
setIRE(IRE) - Method in class jade.content.acl.QueryRef
Sets the IRE.
setKey(String) - Method in class jade.content.KeyValuePair
Sets the key.
setKind(String) - Method in class jade.core.BehaviourID
 
setKind(String) - Method in class jade.content.IRE
Sets the cardinality of the query, i.e., the kind of the variable.
setKind(String) - Method in class jade.content.QuantifiedVariable
Sets the kind of the variable, i.e., its cardinality.
setKind(String) - Method in class jade.content.Quantifier
Sets the kind of the variable, i.e., its cardinality.
setKind(String) - Method in class jade.content.abs.AbsIRE
Sets the kind of the IRE, i.e., the cardinality of the query.
setLanguage(MobilityOntology.MobileAgentLanguage) - Method in class jade.domain.MobilityOntology.MobileAgentProfile
 
setLanguage(String) - Method in class jade.lang.acl.ACLMessage
Writes the :language slot.
setLocalName(String) - Method in class jade.core.AID
This method permits to set the symbolic name of an agent.
setMajorVersion(Long) - Method in class jade.domain.MobilityOntology.MobileAgentSystem
 
setMajorVersion(Long) - Method in class jade.domain.MobilityOntology.MobileAgentLanguage
 
setMajorVersion(Long) - Method in class jade.domain.MobilityOntology.MobileAgentOS
 
setMaxDepth(Long) - Method in class jade.domain.FIPAAgentManagement.SearchConstraints
 
setMaxResults(Long) - Method in class jade.domain.FIPAAgentManagement.SearchConstraints
 
setMessage(ACLMessage) - Method in class jade.domain.introspection.SentMessage
 
setMessage(ACLMessage) - Method in class jade.domain.introspection.ReceivedMessage
 
setMessage(ACLMessage) - Method in class jade.domain.introspection.PostedMessage
 
setMessage(ACLMessage) - Method in class jade.domain.introspection.RoutedMessage
 
setMessage(String) - Method in class jade.domain.FIPAException
set the content of the ACLMessage representing this exception
setMinorVersion(Long) - Method in class jade.domain.MobilityOntology.MobileAgentSystem
 
setMinorVersion(Long) - Method in class jade.domain.MobilityOntology.MobileAgentLanguage
 
setMinorVersion(Long) - Method in class jade.domain.MobilityOntology.MobileAgentOS
 
setMobility(Boolean) - Method in class jade.domain.FIPAAgentManagement.APDescription
 
setMsg(ACLMessage) - Method in class jade.gui.AclGui
Displays the specified ACL message into the AclGui panel
setMtpName(String) - Method in class jade.domain.FIPAAgentManagement.MTPDescription
 
setName(AID) - Method in class jade.domain.MobilityOntology.MobileAgentDescription
 
setName(AID) - Method in class jade.domain.FIPAAgentManagement.AMSAgentDescription
 
setName(AID) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
 
setName(String) - Method in class jade.core.ContainerID
 
setName(String) - Method in class jade.core.Specifier
 
setName(String) - Method in class jade.core.BehaviourID
 
setName(String) - Method in class jade.core.AID
This method permits to set the symbolic name of an agent.
setName(String) - Method in class jade.domain.MobilityOntology.MobileAgentSystem
 
setName(String) - Method in class jade.domain.MobilityOntology.MobileAgentLanguage
 
setName(String) - Method in class jade.domain.MobilityOntology.MobileAgentOS
 
setName(String) - Method in class jade.domain.FIPAAgentManagement.APDescription
 
setName(String) - Method in class jade.domain.FIPAAgentManagement.Property
 
setName(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
setName(String) - Method in class jade.gui.AgentTree.Node
 
setName(String) - Method in class jade.onto.JADEMetaOntology.Role
 
setName(String) - Method in class jade.onto.JADEMetaOntology.AnOntology
 
setName(String) - Method in class jade.onto.JADEMetaOntology.Slot
 
setName(String) - Method in class jade.content.Variable
Sets the name.
setName(String) - Method in class jade.content.abs.AbsVariable
Sets the name of the variable.
setNewPopupMenu(String, JPopupMenu) - Method in class jade.gui.AgentTree
 
setObserver(AID) - Method in class jade.domain.introspection.StopNotify
 
setObserver(AID) - Method in class jade.domain.introspection.StartNotify
 
setOntology(String) - Method in class jade.lang.acl.ACLMessage
Writes the :ontology slot.
setOS(MobilityOntology.MobileAgentOS) - Method in class jade.domain.MobilityOntology.MobileAgentProfile
 
setOwnership(String) - Method in class jade.domain.FIPAAgentManagement.AMSAgentDescription
 
setOwnership(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
setParameter(String, String) - Method in class jade.core.Profile
Assign the given value to the given property name.
setParameter(String, String) - Method in class jade.core.ProfileImpl
Assign the given value to the given property name.
setParent(BehaviourID) - Method in class jade.core.BehaviourID
 
setParentDF(Object) - Method in class jade.domain.DFGUIManagement.Federate
 
setParentDF(Object) - Method in class jade.domain.DFGUIManagement.GetDescriptionUsed
 
setParentDF(Object) - Method in class jade.domain.DFGUIManagement.DeregisterFrom
 
setPassword(String) - Method in class jade.domain.JADEAgentManagement.DebugOn
 
setPassword(String) - Method in class jade.domain.JADEAgentManagement.CreateAgent
 
setPassword(String) - Method in class jade.domain.JADEAgentManagement.DebugOff
 
setPassword(String) - Method in class jade.domain.JADEAgentManagement.SniffOn
 
setPassword(String) - Method in class jade.domain.JADEAgentManagement.KillAgent
 
setPassword(String) - Method in class jade.domain.JADEAgentManagement.SniffOff
 
setPassword(String) - Method in class jade.domain.JADEAgentManagement.KillContainer
 
setPayload(String) - Method in class jade.domain.introspection.ACLMessage
 
setPayloadEncoding(String) - Method in class jade.domain.FIPAAgentManagement.Envelope
 
setPayloadLength(Long) - Method in class jade.domain.FIPAAgentManagement.Envelope
 
setPerformative(int) - Method in class jade.lang.acl.ACLMessage
set the performative of this ACL message object to the passed constant.
setPlatform(APDescription) - Method in class jade.domain.introspection.PlatformDescription
 
setPresence(Boolean) - Method in class jade.onto.JADEMetaOntology.Slot
 
setProfile(String) - Method in class jade.domain.FIPAAgentManagement.MTPDescription
 
setProperty(String, String) - Method in class jade.util.leap.Properties
Calls the hashtable method put.
setProposition(AbsProposition) - Method in class jade.content.abs.AbsIRE
Sets the proposition.
setProposition(Proposition) - Method in class jade.content.IRE
Sets the proposition that describes the object.
setProposition(Proposition) - Method in class jade.content.Quantifier
Sets the proposition that defines the scope of the variable.
setProposition(Proposition) - Method in class jade.content.acl.Inform
Sets the proposition.
setProtocol(String) - Method in class jade.core.ContainerID
 
setProtocol(String) - Method in class jade.lang.acl.ACLMessage
Writes the :protocol slot.
setQueueSize(int) - Method in class jade.core.Agent
Set message queue size.
setReceived(ReceivedObject) - Method in class jade.domain.FIPAAgentManagement.Envelope
 
setReceiver(AID) - Method in class jade.domain.introspection.ReceivedMessage
 
setReceiver(AID) - Method in class jade.domain.introspection.PostedMessage
 
setReceivers(AbsAggregate) - Method in class jade.content.abs.AbsCommunicativeAct
Sets the receivers of the communicative act.
setReply(ACLMessage) - Method in class jade.proto.FipaRequestResponderBehaviour.ActionHandler
 
setReplyBy(String) - Method in class jade.lang.acl.ACLMessage
Deprecated. The value of the reply-by slot must be a valid Date, the method setReplyByDate should be used that guarantees avoiding problems. If the passed parameter represents a wrong date, this method silently converts its value to null.
setReplyByDate(Date) - Method in class jade.lang.acl.ACLMessage
Writes the :reply-by slot.
setReplyWith(String) - Method in class jade.lang.acl.ACLMessage
Writes the :reply-with slot.
setSender(AbsAID) - Method in class jade.content.abs.AbsCommunicativeAct
Sets the sender of the communicative act.
setSender(AID) - Method in class jade.lang.acl.ACLMessage
Writes the :sender slot.
setSender(AID) - Method in class jade.domain.introspection.SentMessage
 
setSender(AID) - Method in interface jade.content.CommunicativeAct
 
setSender(AID) - Method in class jade.content.acl.CommunicativeActBase
Sets the sender.
setSenderEnabled(boolean) - Method in class jade.gui.AclGui
Enables/disables the editability of the sender field of an AclGui panel (default is enabled)
setSignature(String) - Method in class jade.domain.MobilityOntology.MobileAgentDescription
 
setSniffer(AID) - Method in class jade.domain.JADEAgentManagement.SniffOn
 
setSniffer(AID) - Method in class jade.domain.JADEAgentManagement.SniffOff
 
setSpecifiers(String, List) - Method in class jade.core.Profile
Assign the given value to the given property name.
setSpecifiers(String, List) - Method in class jade.core.ProfileImpl
Assign the given property value to the given property name
setState(String) - Method in class jade.domain.FIPAAgentManagement.AMSAgentDescription
 
setState(String) - Method in class jade.gui.AgentTree.AgentNode
 
setSystem(MobilityOntology.MobileAgentSystem) - Method in class jade.domain.MobilityOntology.MobileAgentProfile
 
setTo(AgentState) - Method in class jade.domain.introspection.ChangedAgentState
 
setTo(Channel) - Method in class jade.domain.introspection.RoutedMessage
 
setTo(ContainerID) - Method in class jade.domain.introspection.MovedAgent
 
setTo(String) - Method in class jade.domain.introspection.ChangedBehaviourState
 
setTransportProfile(APTransportDescription) - Method in class jade.domain.FIPAAgentManagement.APDescription
 
setType(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
 
setType(String) - Method in class jade.gui.AgentTree.Node
 
setType(String) - Method in class jade.gui.AgentTree.AgentNode
 
setType(String) - Method in class jade.gui.AgentTree.ContainerNode
 
setType(String) - Method in class jade.gui.AgentTree.SuperContainer
 
setType(String) - Method in class jade.gui.AgentTree.RemotePlatformsFolderNode
 
setType(String) - Method in class jade.gui.AgentTree.localPlatformFolderNode
 
setType(String) - Method in class jade.gui.AgentTree.RemotePlatformNode
 
setType(String) - Method in class jade.gui.AgentTree.RemoteAgentNode
 
setType(String) - Method in class jade.onto.JADEMetaOntology.Slot
 
setType(String) - Method in class jade.content.abs.AbsVariable
Sets the name of the type of the variable.
setTypeName(String) - Method in class jade.content.Variable
Sets the name of the type.
setup() - Method in class jade.core.Agent
This protected method is an empty placeholder for application specific startup code.
setValue(Object) - Method in class jade.domain.FIPAAgentManagement.Property
 
setValue(String) - Method in class jade.content.KeyValuePair
Sets the value.
setVariable(AbsVariable) - Method in class jade.content.abs.AbsIRE
Sets the variable.
setVariable(Variable) - Method in class jade.content.IRE
Sets the variable associated with the described object.
setVariable(Variable) - Method in class jade.content.QuantifiedVariable
Sets the variable.
setVariable(Variable) - Method in class jade.content.Quantifier
Sets the variable.
setVia(String) - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
 
setVisible(boolean) - Method in interface jade.domain.DFGUIInterface
 
setWhat(Event) - Method in class jade.domain.introspection.EventRecord
 
setWhen(Date) - Method in class jade.domain.introspection.EventRecord
 
setWhere(ContainerID) - Method in class jade.domain.introspection.BornAgent
 
setWhere(ContainerID) - Method in class jade.domain.introspection.DeadAgent
 
setWhere(ContainerID) - Method in class jade.domain.introspection.RemovedMTP
 
setWhere(ContainerID) - Method in class jade.domain.introspection.AddedMTP
 
setWhere(Location) - Method in class jade.domain.introspection.EventRecord
 
SHORT_TYPE - Static variable in interface jade.onto.Ontology
Constant for short type in a SlotDescriptor.
ShowAIDGui(AID, boolean, boolean) - Method in class jade.gui.AIDGui
This method shows an AID with a GUI.
showAPDescriptionInDialog(APDescription, Frame, String) - Static method in class jade.gui.APDescriptionPanel
To show an APDescription in a JDialog
ShowDFDGui(DFAgentDescription, boolean, boolean) - Method in class jade.gui.DFAgentDscDlg
This method show a a giu for a DFAgentDescription.
showEditTimeDlg(JFrame) - Method in class jade.gui.TimeChooser
 
ShowGui - class jade.domain.JADEAgentManagement.ShowGui.
 
SHOWGUI - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
ShowGui() - Constructor for class jade.domain.JADEAgentManagement.ShowGui
 
showMsgInDialog(ACLMessage, Frame) - Static method in class jade.gui.AclGui
Pops up a dialog window including an editing-disabled AclGui panel and displays the specified ACL message in it.
showStatusMsg(String) - Method in interface jade.domain.DFGUIInterface
 
showViewTimeDlg(JFrame) - Method in class jade.gui.TimeChooser
 
SimpleBehaviour - class jade.core.behaviours.SimpleBehaviour.
An atomic behaviour.
SimpleBehaviour() - Constructor for class jade.core.behaviours.SimpleBehaviour
Default constructor.
SimpleBehaviour(Agent) - Constructor for class jade.core.behaviours.SimpleBehaviour
This constructor sets the owner agent for this behaviour.
size() - Method in class jade.onto.Frame
 
size() - Method in class jade.util.leap.HashMap
 
size() - Method in class jade.util.leap.ArrayList
 
size() - Method in class jade.util.leap.LinkedList
 
size() - Method in class jade.util.leap.SortedSetImpl
 
size() - Method in interface jade.util.leap.Map
Returns the number of mappings in this map.
size() - Method in interface jade.util.leap.Collection
Returns the number of elements in this collection.
SL0Codec - class jade.lang.sl.SL0Codec.
The codec class for the SL0 language.
SL0Codec() - Constructor for class jade.lang.sl.SL0Codec
 
Slot - class jade.onto.JADEMetaOntology.Slot.
 
SLOT - Static variable in class jade.onto.JADEMetaOntology.JADEMetaOntology
 
Slot() - Constructor for class jade.onto.JADEMetaOntology.Slot
 
SlotDescriptor - class jade.onto.SlotDescriptor.
Descriptor class for the slots of ontological roles.
SlotDescriptor(int, String, boolean) - Constructor for class jade.onto.SlotDescriptor
Build the descriptor for an unnamed slot.
SlotDescriptor(String, int, String, boolean) - Constructor for class jade.onto.SlotDescriptor
Build the descriptor for a named slot.
SniffOff - class jade.domain.JADEAgentManagement.SniffOff.
 
SNIFFOFF - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
SniffOff() - Constructor for class jade.domain.JADEAgentManagement.SniffOff
 
SniffOn - class jade.domain.JADEAgentManagement.SniffOn.
 
SNIFFON - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
SniffOn() - Constructor for class jade.domain.JADEAgentManagement.SniffOn
 
SortedSet - interface jade.util.leap.SortedSet.
The LEAP version of the SortedSet interface.
SortedSetImpl - class jade.util.leap.SortedSetImpl.
This class represents the J2SE version of a "SortedSet" implementation to be used in LEAP.
SortedSetImpl() - Constructor for class jade.util.leap.SortedSetImpl
Default Constructor, creates an empty Set, according to the elements' natural order.
source - Variable in class jade.gui.GuiEvent
 
Specifier - class jade.core.Specifier.
This class represent a specifier and collects a name, a className, and an array of arguments.
Specifier() - Constructor for class jade.core.Specifier
 
StaleProxyException - exception jade.wrapper.StaleProxyException.
This exception class is thrown when an attempt to use a stale (i.e.
StaleProxyException() - Constructor for class jade.wrapper.StaleProxyException
Creates a new exception object, with a default detail message.
StaleProxyException(String) - Constructor for class jade.wrapper.StaleProxyException
Creates a new exception object, with a given detail message.
start() - Method in class jade.wrapper.Agent
Triggers a state transition from INITIATED to ACTIVE.
StartNotify - class jade.domain.introspection.StartNotify.
This class represents the 'start-notify' action, requesting to start a continuous notification of some events via ACL messages.
STARTNOTIFY - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
StartNotify() - Constructor for class jade.domain.introspection.StartNotify
 
startUp(Profile) - Method in class jade.core.Runtime
This method just wraps createAgentContainer() or createMainContainer() and is here for compatibility with PersonalJava.
StopNotify - class jade.domain.introspection.StopNotify.
This class represents the 'stop-notify' action, requesting to end a continuous notification of some events via ACL messages.
STOPNOTIFY - Static variable in class jade.domain.introspection.JADEIntrospectionOntology
 
StopNotify() - Constructor for class jade.domain.introspection.StopNotify
 
store() - Method in class jade.util.leap.Properties
Stores this property list (key and element pairs) to the default persistent storage.
STRING - Static variable in class jade.content.onto.BasicOntology
 
STRING_TYPE - Static variable in interface jade.onto.Ontology
Constant for String type in a SlotDescriptor.
StringACLCodec - class jade.lang.acl.StringACLCodec.
This class implements the FIPA String codec for ACLMessages.
StringACLCodec() - Constructor for class jade.lang.acl.StringACLCodec
constructor for the codec.
StringACLCodec(Reader, Writer) - Constructor for class jade.lang.acl.StringACLCodec
constructor for the codec.
StringDlg - class jade.gui.StringDlg.
 
StringDlg(Component, String) - Constructor for class jade.gui.StringDlg
 
strToAddr(String) - Method in interface jade.mtp.MTP
Converts a string representing a valid address in this MTP to a TransportAddress object.
strToAddr(String) - Method in class jade.mtp.iiop.MessageTransportProtocol
 
SUBSCRIBE - Static variable in class jade.lang.acl.ACLMessage
constant identifying the FIPA performative
suspend() - Method in class jade.wrapper.Agent
Triggers a state transition from ACTIVE to SUSPENDED.
SUSPENDED - Static variable in class jade.domain.FIPAAgentManagement.AMSAgentDescription
 

T

takeDown() - Method in class jade.core.Agent
This protected method is an empty placeholder for application specific cleanup code.
Term - interface jade.content.Term.
 
TERM - Static variable in class jade.content.onto.BasicOntology
 
TermSchema - class jade.content.schema.TermSchema.
 
TermSchema(String) - Constructor for class jade.content.schema.TermSchema
Creates a term schema with a given name
TimeChooser - class jade.gui.TimeChooser.
The TimeChooser class can be used to let the user define a certain point in time by means of a dialog window.
TimeChooser() - Constructor for class jade.gui.TimeChooser
 
TimeChooser(Date) - Constructor for class jade.gui.TimeChooser
 
toAIDObject(AbsAID, FullOntology) - Static method in class jade.content.abs.AbsHelper
Converts to an AID using the specified ontology.
toArray() - Method in class jade.content.abs.AbsAggregate
Converts the aggregate to an array.
toArray() - Method in class jade.util.leap.ArrayList
 
toArray() - Method in class jade.util.leap.LinkedList
 
toArray() - Method in class jade.util.leap.SortedSetImpl
 
toArray() - Method in interface jade.util.leap.Collection
Returns an array containing all of the elements in this collection.
toDate(String) - Static method in class jade.lang.acl.ISO8601
This method converts a FIPA DateTime token to a java.util.Date.
toList() - Method in class jade.util.leap.ArrayList
Method declaration
toListObject(AbsAggregate, FullOntology) - Static method in class jade.content.abs.AbsHelper
Converts to a List using the specified ontology.
toListObject(AbsContentElementList, FullOntology) - Static method in class jade.content.abs.AbsHelper
Converts to a List using a specified ontology.
toMetaOntologyRepresentation(String) - Method in class jade.onto.DefaultOntology
 
toMetaOntologyRepresentation(String) - Method in interface jade.onto.Ontology
Return an object representing this ontology in terms of the JADE-Meta-Ontology and that is suitable to be encoded as a String and, for instance, become the content of an ACLMessage.
toObject(AbsObject) - Method in class jade.content.onto.Ontology
Converts an abstract descriptor to an object.
toObject(AbsObject) - Method in class jade.content.onto.FullOntology
Converts an abstract descriptor to an object.
toObject(AbsPrimitive) - Static method in class jade.content.abs.AbsPrimitive
 
toRelativeTimeString(long) - Static method in class jade.lang.acl.ISO8601
this method converts into a string in ISO8601 format representing relative time from the current time
toSL0String(String) - Method in class jade.onto.DefaultOntology
Writes the ontology represented by this Ontology object as an SL-0 expression.
toSL0String(String) - Method in interface jade.onto.Ontology
This method encodes the current ontology according to the SL-0 syntax and the JADE-meta-ontology ontology.
toString() - Method in class jade.core.ContainerID
 
toString() - Method in class jade.core.CaseInsensitiveString
Converts the Name object into a string.
toString() - Method in class jade.core.Specifier
This method is used by Boot, ProfileImpl, and RMA in order to have a String representation of this Specifier according to the format name:className(arg1 arg2 argn)
toString() - Method in class jade.core.AID
 
toString() - Method in class jade.core.ProfileImpl
 
toString() - Method in class jade.core.event.PlatformEvent
Returns a string representation of this event.
toString() - Method in class jade.lang.acl.ACLMessage
Convert an ACL message to its string representation.
toString() - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
 
toString() - Method in class jade.domain.FIPAAgentManagement.APDescription
 
toString() - Method in class jade.domain.FIPAAgentManagement.Envelope
 
toString() - Method in class jade.domain.FIPAAgentManagement.APTransportDescription
 
toString() - Method in class jade.domain.FIPAAgentManagement.MTPDescription
 
toString() - Method in class jade.onto.DefaultOntology
Return a String representing this ontology Object by calling the method toSL0String() and catching any exception.
toString() - Method in class jade.onto.SlotDescriptor
return a String representation of the object, just for debugging purposes
toString() - Method in class jade.onto.Frame
it is here just for debugging purposes
toString(Date) - Static method in class jade.lang.acl.ISO8601
This method converts a java.util.Date into a FIPA DateTime token by using the UTC time.
toString(Date, boolean) - Static method in class jade.lang.acl.ISO8601
This method converts a java.util.Date into a FIPA DateTime token.
toText(Writer) - Method in class jade.core.AID
Deprecated. replaced by the method toString
toText(Writer) - Method in class jade.lang.acl.ACLMessage
Deprecated. the toString method should be used instead of this method.
toText(Writer) - Method in class jade.domain.FIPAAgentManagement.APDescription
Deprecated. the toString method should be used instead of this method.
toText(Writer) - Method in class jade.domain.FIPAAgentManagement.APTransportDescription
Deprecated. the toString method should be used instead of this method.
toText(Writer) - Method in class jade.domain.FIPAAgentManagement.MTPDescription
Deprecated. the toString method should be used instead of this method.
TRANSIT - Static variable in class jade.domain.FIPAAgentManagement.AMSAgentDescription
 
TransportAddress - interface jade.mtp.TransportAddress.
 
tree - Variable in class jade.gui.AgentTree
 
TreeHelp - class jade.gui.TreeHelp.
 
TreeHelp(Dialog, String, String) - Constructor for class jade.gui.TreeHelp
 
TreeHelp(Frame, String, String) - Constructor for class jade.gui.TreeHelp
 
TreeIconRenderer - class jade.gui.TreeIconRenderer.
This is the renderer of the Tree.
TreeIconRenderer() - Constructor for class jade.gui.TreeIconRenderer
 
TRUE - Static variable in class jade.onto.basic.BasicOntology
 
TrueProposition - class jade.onto.basic.TrueProposition.
This class represents the concept of true
TrueProposition() - Constructor for class jade.onto.basic.TrueProposition
 
type - Variable in class jade.gui.GuiEvent
 
TYPE_NAME - Static variable in class jade.content.onto.BasicOntology
 
TYPE_NAME - Static variable in class jade.content.schema.VariableSchema
 

U

Unauthorised - exception jade.domain.FIPAAgentManagement.Unauthorised.
 
UNAUTHORISED - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
Unauthorised() - Constructor for class jade.domain.FIPAAgentManagement.Unauthorised
 
UnexpectedAct - exception jade.domain.FIPAAgentManagement.UnexpectedAct.
 
UNEXPECTEDACT - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
UnexpectedAct() - Constructor for class jade.domain.FIPAAgentManagement.UnexpectedAct
 
UnexpectedAct(String) - Constructor for class jade.domain.FIPAAgentManagement.UnexpectedAct
 
UnexpectedParameter - exception jade.domain.FIPAAgentManagement.UnexpectedParameter.
 
UNEXPECTEDPARAMETER - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
UnexpectedParameter() - Constructor for class jade.domain.FIPAAgentManagement.UnexpectedParameter
 
UnexpectedParameter(String, String) - Constructor for class jade.domain.FIPAAgentManagement.UnexpectedParameter
 
UngroundedException - exception jade.content.onto.UngroundedException.
Thrown when working with an ungrounded abstract descriptor, i.e., a descriptor containing variables, as if it were grounded.
UngroundedException() - Constructor for class jade.content.onto.UngroundedException
Constructor
UninstallMTP - class jade.domain.JADEAgentManagement.UninstallMTP.
 
UNINSTALLMTP - Static variable in class jade.domain.JADEAgentManagement.JADEAgentManagementOntology
 
UninstallMTP() - Constructor for class jade.domain.JADEAgentManagement.UninstallMTP
 
uninstallMTP(String) - Method in class jade.wrapper.AgentContainer
Removes a message transport protocol, previously running within this container.
UNIQUE - Static variable in class jade.content.onto.BasicOntology
 
UNKNOWN - Static variable in class jade.lang.acl.ACLMessage
constant identifying an unknown performative
UNNAMEDPREFIX - Static variable in class jade.onto.Frame
This string is the prefix of all the unnamed slots of a Frame
UnreachableException - exception jade.core.UnreachableException.
This exception is thrown when some agent container cannot be contacted.
UnreachableException(String) - Constructor for class jade.core.UnreachableException
Construct an UnreachableException with the given message.
UnreadableException - exception jade.lang.acl.UnreadableException.
Signals that an error occured during the decoding of the content of an ACLMessage using Base64.
UnrecognisedParameterValue - exception jade.domain.FIPAAgentManagement.UnrecognisedParameterValue.
 
UNRECOGNISEDPARAMETERVALUE - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
UnrecognisedParameterValue() - Constructor for class jade.domain.FIPAAgentManagement.UnrecognisedParameterValue
 
UnrecognisedParameterValue(String, String) - Constructor for class jade.domain.FIPAAgentManagement.UnrecognisedParameterValue
 
UnrecognisedValue - exception jade.domain.FIPAAgentManagement.UnrecognisedValue.
 
UNRECOGNISEDVALUE - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
UnrecognisedValue() - Constructor for class jade.domain.FIPAAgentManagement.UnrecognisedValue
 
UnrecognisedValue(String) - Constructor for class jade.domain.FIPAAgentManagement.UnrecognisedValue
 
unregisterFactory(String) - Method in class jade.proto.FipaRequestResponderBehaviour
Remove a action name - Factory object association.
UnsupportedAct - exception jade.domain.FIPAAgentManagement.UnsupportedAct.
 
UNSUPPORTEDACT - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
UnsupportedAct() - Constructor for class jade.domain.FIPAAgentManagement.UnsupportedAct
 
UnsupportedAct(String) - Constructor for class jade.domain.FIPAAgentManagement.UnsupportedAct
 
UnsupportedFunction - exception jade.domain.FIPAAgentManagement.UnsupportedFunction.
 
UNSUPPORTEDFUNCTION - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
UnsupportedFunction() - Constructor for class jade.domain.FIPAAgentManagement.UnsupportedFunction
 
UnsupportedFunction(String) - Constructor for class jade.domain.FIPAAgentManagement.UnsupportedFunction
 
UnsupportedValue - exception jade.domain.FIPAAgentManagement.UnsupportedValue.
 
UNSUPPORTEDVALUE - Static variable in class jade.domain.FIPAAgentManagement.FIPAAgentManagementOntology
 
UnsupportedValue() - Constructor for class jade.domain.FIPAAgentManagement.UnsupportedValue
 
UnsupportedValue(String) - Constructor for class jade.domain.FIPAAgentManagement.UnsupportedValue
 
UserPropertyGui - class jade.gui.UserPropertyGui.
This class provides a gui for the user defined property.

V

VALUE - Static variable in class jade.content.onto.BasicOntology
 
values() - Method in class jade.util.leap.HashMap
 
values() - Method in interface jade.util.leap.Map
Returns a Collection view of the values contained in this map.
Variable - class jade.content.Variable.
 
VARIABLE - Static variable in class jade.content.onto.BasicOntology
 
VARIABLE - Static variable in class jade.content.schema.IRESchema
 
Variable() - Constructor for class jade.content.Variable
Constructor
VARIABLES - Static variable in class jade.content.onto.ACLOntology
 
VariableSchema - class jade.content.schema.VariableSchema.
 
viewMTPDescriptionDialog(MTPDescription, Dialog, String) - Static method in class jade.gui.MTPDescriptionPanel
To show a MTPDescription in A JDialog.
viewString(String) - Method in class jade.gui.StringDlg
 
VisualAIDList - class jade.gui.VisualAIDList.
This class extends the VisualStringList in order to show a list of AID (Agent-Identifer).
VisualAPTransportProfileList - class jade.gui.VisualAPTransportProfileList.
This class extends the VisualStringList in order to show a list of APTransportProfile
VisualPropertiesList - class jade.gui.VisualPropertiesList.
This class extends the VisualStringList in order to show a list of user defined property.
VisualServicesList - class jade.gui.VisualServicesList.
This class extends the VisualStringList in order to show a list of services
VisualStringList - class jade.gui.VisualStringList.
This class extends JPanel in order to provide a panel to show a list of string.

W

WAITING - Static variable in class jade.domain.FIPAAgentManagement.AMSAgentDescription
 
waitUntilStarted() - Method in class jade.core.Agent
This method blocks until the agent has finished its start-up phase (i.e.
WakerBehaviour - class jade.core.behaviours.WakerBehaviour.
This abstract class implements a OneShot task that must be executed only one just after a given timeout is elapsed.
WakerBehaviour(Agent, Date) - Constructor for class jade.core.behaviours.WakerBehaviour
This method constructs the behaviour.
WakerBehaviour(Agent, long) - Constructor for class jade.core.behaviours.WakerBehaviour
This method constructs the behaviour.
WHEN_ALL - Static variable in class jade.core.behaviours.ParallelBehaviour
Predefined constant to be used in the constructor to create a ParallelBehaviour that terminates when all its children are done.
WHEN_ANY - Static variable in class jade.core.behaviours.ParallelBehaviour
Predefined constant to be used in the constructor to create a ParallelBehaviour that terminates when any of its child is done.
WHERE_IS - Static variable in class jade.domain.MobilityOntology
A symbolic constant, containing the name of the action.
wrap(boolean) - Static method in class jade.content.abs.AbsPrimitive
 
wrap(float) - Static method in class jade.content.abs.AbsPrimitive
 
wrap(int) - Static method in class jade.content.abs.AbsPrimitive
 
wrap(String) - Static method in class jade.content.abs.AbsPrimitive
 
write(ACLMessage) - Method in class jade.lang.acl.StringACLCodec
encodes the message and writes it into the Writer passed in the constructor.
write(OutputStream) - Method in class jade.core.Agent
Write this agent to an output stream; this method can be used to record a snapshot of the agent state on a file or to send it through a network connection.

A B C D E F G H I J K L M N O P Q R S T U V W